remove assert() that is triggered via multiple selection in region list (now possible for some time)

This commit is contained in:
Paul Davis 2021-05-04 11:55:48 -06:00
parent 0aef128207
commit 1f18b4905d
1 changed files with 0 additions and 1 deletions

View File

@ -1147,7 +1147,6 @@ EditorRegions::get_dragged_region ()
return boost::shared_ptr<Region> ();
}
assert (regions.size () == 1);
return regions.front ();
}