summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-07-07 09:36:56 +0000
committerDoug McLain <doug@nostar.net>2007-07-07 09:36:56 +0000
commit8144a70087298eb05c9b7c53b9b4845413620cc1 (patch)
tree4bf2e3924a524202fdab4f37dd72768736feb03a /gtk2_ardour/processor_box.h
parent01c84bcbba1c8ca41079d8304234661d17ecb79a (diff)
finish show() stuff for mixer strip and friends
git-svn-id: svn://localhost/ardour2/trunk@2126 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 11a3b91fd0..e4d0fca365 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -121,7 +121,7 @@ class ProcessorBox : public Gtk::HBox
static Gdk::Color* inactive_processor_color;
Gtk::EventBox processor_eventbox;
- Gtk::HBox processor_hpacker;
+ //Gtk::HBox processor_hpacker;
Gtkmm2ext::DnDTreeView<boost::shared_ptr<ARDOUR::Processor> > processor_display;
Gtk::ScrolledWindow processor_scroller;