remove RouteGroup method from RouteUI::maybe_use_select_as_group()

No longer necessary, after logic change.
This commit is contained in:
Paul Davis 2023-07-27 13:28:51 -06:00
parent 7662f9af5b
commit c4838f5d87
2 changed files with 5 additions and 5 deletions

View file

@ -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: