mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove RouteGroup method from RouteUI::maybe_use_select_as_group()
No longer necessary, after logic change.
This commit is contained in:
parent
7662f9af5b
commit
c4838f5d87
2 changed files with 5 additions and 5 deletions
|
|
@ -263,7 +263,7 @@ protected:
|
|||
ARDOUR::SoloMuteRelease* _solo_release;
|
||||
ARDOUR::SoloMuteRelease* _mute_release;
|
||||
|
||||
bool maybe_use_select_as_group (bool (ARDOUR::RouteGroup::*method)() const) const;
|
||||
bool maybe_use_select_as_group () const;
|
||||
void gather_selected_routes (std::shared_ptr<ARDOUR::RouteList>& rl) const;
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue