From abe203de652962665452672c289350e5e07ea9f2 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 7 Jul 2014 14:15:25 -0500 Subject: [PATCH] fix copy paste error in selection --- gtk2_ardour/selection.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/selection.cc b/gtk2_ardour/selection.cc index d1b712e3d7..4ebd3a583a 100644 --- a/gtk2_ardour/selection.cc +++ b/gtk2_ardour/selection.cc @@ -836,7 +836,6 @@ long Selection::set (framepos_t start, framepos_t end) { clear_objects(); //enforce region/object exclusivity - clear_tracks(); //enforce object/track exclusivity clear_time(); if ((start == 0 && end == 0) || end < start) {