summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-02 02:06:30 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-02 02:06:30 +0000
commit1b0b7849eea034f8809dea31419159724386c2db (patch)
tree4feb6145b3cb88e6dce3b1391c23e8aafb7c2149 /gtk2_ardour/panner_ui.h
parent04724c21b66fd6e81fd0fbf0ac7cae9c7d9b3b8a (diff)
Remove per-track mono option, as it seems somewhat useless now that we have a mix mono button in the monitor section.
git-svn-id: svn://localhost/ardour2/branches/3.0@8675 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/panner_ui.h')
-rw-r--r--gtk2_ardour/panner_ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/panner_ui.h b/gtk2_ardour/panner_ui.h
index e64419b457..3d714d9253 100644
--- a/gtk2_ardour/panner_ui.h
+++ b/gtk2_ardour/panner_ui.h
@@ -79,7 +79,6 @@ class PannerUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
void set_meter_strip_name (std::string name);
boost::shared_ptr<PBD::Controllable> get_controllable();
- void set_mono (bool);
void on_size_allocate (Gtk::Allocation &);
static void setup_slider_pix ();