move logic for use-selection-as-group into ARDOUR_UI and use it everywhere

This commit is contained in:
Paul Davis 2023-07-28 09:50:23 -06:00
parent 639c206432
commit 16e1188a2f
6 changed files with 38 additions and 41 deletions

View file

@ -263,7 +263,6 @@ protected:
ARDOUR::SoloMuteRelease* _solo_release;
ARDOUR::SoloMuteRelease* _mute_release;
bool maybe_use_select_as_group () const;
void gather_selected_routes (std::shared_ptr<ARDOUR::RouteList>& rl) const;
private: