From 6991a07902cc844b87c895aa56de613c96b88b4f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 26 Oct 2015 15:17:42 -0400 Subject: remove all trace of SAE from source code. This had become incoherent over time, and posed a development hazard and burden going forward --- gtk2_ardour/editor_selection.cc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'gtk2_ardour/editor_selection.cc') diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc index afddfad464..41198ec938 100644 --- a/gtk2_ardour/editor_selection.cc +++ b/gtk2_ardour/editor_selection.cc @@ -1025,10 +1025,6 @@ Editor::track_selection_changed () void Editor::time_selection_changed () { - if (Profile->get_sae()) { - return; - } - /* XXX this is superficially inefficient. Hide the selection in all * tracks, then show it in all selected tracks. * @@ -1614,9 +1610,7 @@ Editor::set_selection_from_region () selection->set (tvl); - if (!Profile->get_sae()) { - set_mouse_mode (Editing::MouseRange, false); - } + set_mouse_mode (Editing::MouseRange, false); } void @@ -1649,9 +1643,7 @@ Editor::set_selection_from_range (Location& loc) selection->set (loc.start(), loc.end()); commit_reversible_selection_op (); - if (!Profile->get_sae()) { - set_mouse_mode (Editing::MouseRange, false); - } + set_mouse_mode (Editing::MouseRange, false); } void -- cgit v1.2.3