From 97dc2836a62625656a2af0e8def015ea0c322046 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 15:49:26 +0200 Subject: Fix uninitialized members --- src/gui/GraphView.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/GraphView.cpp') diff --git a/src/gui/GraphView.cpp b/src/gui/GraphView.cpp index e25fa1ba..a4bc1400 100644 --- a/src/gui/GraphView.cpp +++ b/src/gui/GraphView.cpp @@ -37,9 +37,6 @@ namespace gui { GraphView::GraphView(BaseObjectType* cobject, const Glib::RefPtr& xml) : Gtk::Box(cobject) - , _app(nullptr) - , _breadcrumb_container(nullptr) - , _enable_signal(true) { property_visible() = false; -- cgit v1.2.1