13
0

fix incorrect lexical scope introduced during rebase conflict resolution

This commit is contained in:
Paul Davis 2021-07-03 18:58:11 -06:00
parent 029fb065b7
commit 5498c433ad

View File

@ -1269,8 +1269,6 @@ Playlist::paste (boost::shared_ptr<Playlist> other, timepos_t const & position,
timecnt_t const shift (other->_get_extent().second, other->_get_extent().first);
layer_t top = top_layer ();
{
{
RegionWriteLock rl1 (this);
while (itimes--) {