summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-23 23:05:14 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-23 23:05:14 +0000
commitacaf05db1dd1dee9bcd7d1be4258c00837b90267 (patch)
tree0821c3cff1e76b6161d2b5fa6053d9e8732d096f /gtk2_ardour/mixer_strip.h
parent474bf32ae30b87dd7f9eb1b483464097209fb959 (diff)
Update mixer group tabs on strip width change. Don't display the mixer group tab menu if there's not a group involved.
git-svn-id: svn://localhost/ardour2/branches/3.0@5265 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 6b7ffb44ce..46cc572200 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -98,9 +98,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void set_route (boost::shared_ptr<ARDOUR::Route>);
void set_button_names ();
-#ifdef GTKOSX
sigc::signal<void> WidthChanged;
-#endif
static sigc::signal<void,boost::shared_ptr<ARDOUR::Route> > SwitchIO;