remove some unused local variables

This commit is contained in:
Paul Davis 2021-10-29 16:22:06 -06:00
parent 4376185a6b
commit 66b812cc2f

View File

@ -825,9 +825,6 @@ Playlist::remove_region_internal (boost::shared_ptr<Region> region, ThawList& th
for (i = regions.begin (); i != regions.end (); ++i) {
if (*i == region) {
timepos_t pos = (*i)->position();
timecnt_t distance = (*i)->length();
regions.erase (i);
if (!holding_state ()) {