remove duplicated calls to update solo/mute state from RouteUI descendants.

RouteUI::set_route() already does the right thing. Also remove RouteUI::mute_changed() since its
only role was to handle the mute change signal from a route, which boost::bind() makes unnecessary
since we can connect update_mute_display() directly.
This commit is contained in:
Paul Davis 2015-03-31 12:31:06 -04:00
parent 207ac16731
commit d6574c9c40
4 changed files with 2 additions and 17 deletions

View file

@ -157,7 +157,6 @@ class RouteUI : public virtual AxisView
void solo_changed(bool, void*);
void solo_changed_so_update_mute ();
void mute_changed(void*);
void listen_changed(void*);
virtual void processors_changed (ARDOUR::RouteProcessorChange) {}
void route_rec_enable_changed();