unify BarController with Slider/Pixfader.
[ardour.git] / gtk2_ardour / selection.cc
index d1b712e3d76fb6c133b5a0b2cc499d3c3790526a..4ebd3a583a706c089054342c2f83f7c863623090 100644 (file)
@@ -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) {