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
This commit is contained in:
Carl Hetherington 2011-02-02 02:06:30 +00:00
parent 04724c21b6
commit 1b0b7849ee
6 changed files with 5 additions and 59 deletions

View file

@ -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 ();