mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
Remove always-true should_show_selection code.
git-svn-id: svn://localhost/ardour2/branches/3.0@8769 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ff6038a7b7
commit
ce91b0953b
5 changed files with 3 additions and 26 deletions
|
|
@ -378,9 +378,6 @@ Editor::mouse_mode_toggled (MouseMode m)
|
|||
show the object (region) selection.
|
||||
*/
|
||||
|
||||
for (RegionSelection::iterator i = selection->regions.begin(); i != selection->regions.end(); ++i) {
|
||||
(*i)->set_should_show_selection (true);
|
||||
}
|
||||
for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
|
||||
(*i)->hide_selection ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue