From 5498c433ad6a841651946b4b923dd292f574b6fd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 3 Jul 2021 18:58:11 -0600 Subject: [PATCH] fix incorrect lexical scope introduced during rebase conflict resolution --- libs/ardour/playlist.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/playlist.cc b/libs/ardour/playlist.cc index e713334624..1b4246a506 100644 --- a/libs/ardour/playlist.cc +++ b/libs/ardour/playlist.cc @@ -1269,8 +1269,6 @@ Playlist::paste (boost::shared_ptr 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--) {