summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-08-20 15:32:09 +0000
committerDavid Robillard <d@drobilla.net>2013-08-20 15:32:09 +0000
commit4872ab2b213d9a1d9136103798781dbcc27993be (patch)
treeb1172554b991e9321f9d4a2f203c01bc62d7fbc7 /src/gui/GraphBox.hpp
parent685427be4bbd0f7c4c644c6d2f20dd152f2c52c3 (diff)
downloadingen-4872ab2b213d9a1d9136103798781dbcc27993be.tar.gz
ingen-4872ab2b213d9a1d9136103798781dbcc27993be.tar.bz2
ingen-4872ab2b213d9a1d9136103798781dbcc27993be.zip
Remove unused class members.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5156 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/GraphBox.hpp')
-rw-r--r--src/gui/GraphBox.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp
index 530e03ff..45cfec94 100644
--- a/src/gui/GraphBox.hpp
+++ b/src/gui/GraphBox.hpp
@@ -162,7 +162,6 @@ private:
Gtk::MenuItem* _menu_view_graph_tree_window;
Gtk::MenuItem* _menu_help_about;
- Gtk::VBox* _vbox;
Gtk::Alignment* _alignment;
BreadCrumbs* _breadcrumbs;
Gtk::Statusbar* _status_bar;