mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
remove code no longer required (post-rebase conflict resolution)
This commit is contained in:
parent
d4cfedf6d4
commit
2330e867b9
1 changed files with 0 additions and 4 deletions
|
|
@ -3203,10 +3203,6 @@ Playlist::uncombine (boost::shared_ptr<Region> target)
|
||||||
(pls->original() != id());
|
(pls->original() != id());
|
||||||
|
|
||||||
|
|
||||||
const bool need_copies = (boost::dynamic_pointer_cast<PlaylistSource> (pls)->owner() != target->id()) ||
|
|
||||||
(pls->original() != id());
|
|
||||||
|
|
||||||
|
|
||||||
ThawList thawlist;
|
ThawList thawlist;
|
||||||
|
|
||||||
for (RegionList::const_iterator i = rl.begin (); i != rl.end (); ++i) {
|
for (RegionList::const_iterator i = rl.begin (); i != rl.end (); ++i) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue