summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-07 14:15:25 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-07 14:15:25 -0500
commitabe203de652962665452672c289350e5e07ea9f2 (patch)
treed47f10c341bf5dc8834c13b386e52b9fe7718e2e /gtk2_ardour/selection.cc
parent185f06e7f7272bec71c4f4b1603296c14802fa28 (diff)
fix copy paste error in selection
Diffstat (limited to 'gtk2_ardour/selection.cc')
-rw-r--r--gtk2_ardour/selection.cc1
1 files changed, 0 insertions, 1 deletions
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) {