summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2005-12-14 17:21:53 +0000
committerDoug McLain <doug@nostar.net>2005-12-14 17:21:53 +0000
commit0fb17c72d910e1739fd2464fe405de824951f806 (patch)
treedd03c4cc74e144fffc98eccd52fd776a77605730 /gtk2_ardour/io_selector.h
parent498fa9e8f9afd802c62c93b320231265b906a128 (diff)
segfault fixes and some functionality for the IOSelector
git-svn-id: svn://localhost/trunk/ardour2@191 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index 5d7e258921..79805be111 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -142,8 +142,6 @@ class IOSelectorWindow : public ArdourDialog
private:
IOSelector _selector;
- Gtk::VBox vbox;
-
/* overall operation buttons */
Gtk::Button ok_button;