summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-23 18:59:05 +0000
committerDavid Robillard <d@drobilla.net>2008-02-23 18:59:05 +0000
commit2fd851eed1fedb7e27ac9134c4b9e7d9e2206d11 (patch)
treefc1bc8ea45e76ec0e67aa98e6e03b5dcbadeb87c /src/Patchage.hpp
parent52c970b2d32cce2090efbbaaed6ff50de80958df (diff)
downloadpatchage-2fd851eed1fedb7e27ac9134c4b9e7d9e2206d11.tar.gz
patchage-2fd851eed1fedb7e27ac9134c4b9e7d9e2206d11.tar.bz2
patchage-2fd851eed1fedb7e27ac9134c4b9e7d9e2206d11.zip
Trim some unnecessary widgets.
git-svn-id: http://svn.drobilla.net/lad/patchage@1160 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index c48fdd8..445de30 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -144,13 +144,9 @@ protected:
Widget<Gtk::Dialog> _messages_win;
Widget<Gtk::Button> _messages_clear_but;
Widget<Gtk::Button> _messages_close_but;
- Widget<Gtk::Button> _play_but;
- Widget<Gtk::Button> _rewind_but;
Widget<Gtk::Label> _sample_rate_label;
Widget<Gtk::TextView> _status_text;
- Widget<Gtk::Button> _stop_but;
Widget<Gtk::Toolbar> _toolbar;
- Widget<Gtk::Box> _toolbars_box;
Widget<Gtk::ToolButton> _zoom_full_but;
Widget<Gtk::ToolButton> _zoom_normal_but;
};