remove code no longer required (post-rebase conflict resolution)

This commit is contained in:
Paul Davis 2021-07-03 19:00:26 -06:00
parent d4cfedf6d4
commit 2330e867b9

View file

@ -3203,10 +3203,6 @@ Playlist::uncombine (boost::shared_ptr<Region> target)
(pls->original() != id());
const bool need_copies = (boost::dynamic_pointer_cast<PlaylistSource> (pls)->owner() != target->id()) ||
(pls->original() != id());
ThawList thawlist;
for (RegionList::const_iterator i = rl.begin (); i != rl.end (); ++i) {