mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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:
parent
207ac16731
commit
d6574c9c40
4 changed files with 2 additions and 17 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue