fix copy paste error in selection

This commit is contained in:
Ben Loftis
2014-07-07 14:15:25 -05:00
parent 185f06e7f7
commit abe203de65

View 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) {