summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphView.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-05-31 14:45:40 +0000
committerDavid Robillard <d@drobilla.net>2013-05-31 14:45:40 +0000
commit567da0cb52869c6b0810148162e38b228e1425d6 (patch)
tree239ff8b5bff61d8258ade8cb0f1b57afc4a9b4f3 /src/gui/GraphView.hpp
parent90a104b6ccad3a51cc8c4ac4ffb63dc135dd25a6 (diff)
downloadingen-567da0cb52869c6b0810148162e38b228e1425d6.tar.gz
ingen-567da0cb52869c6b0810148162e38b228e1425d6.tar.bz2
ingen-567da0cb52869c6b0810148162e38b228e1425d6.zip
Remove zoom toolbar buttons.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5119 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/GraphView.hpp')
-rw-r--r--src/gui/GraphView.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/GraphView.hpp b/src/gui/GraphView.hpp
index dbf81eed..b052028c 100644
--- a/src/gui/GraphView.hpp
+++ b/src/gui/GraphView.hpp
@@ -78,8 +78,6 @@ private:
void property_changed(const Raul::URI& predicate, const Atom& value);
- void zoom_full();
-
App* _app;
SPtr<const Client::GraphModel> _graph;
@@ -91,8 +89,6 @@ private:
Gtk::SpinButton* _poly_spin;
Gtk::ToolButton* _refresh_but;
Gtk::ToolButton* _save_but;
- Gtk::ToolButton* _zoom_normal_but;
- Gtk::ToolButton* _zoom_full_but;
Gtk::ToolItem* _breadcrumb_container;
bool _enable_signal;