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:
Carl Hetherington 2011-02-08 14:08:05 +00:00
parent ff6038a7b7
commit ce91b0953b
5 changed files with 3 additions and 26 deletions

View file

@ -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 ();
}