mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +01:00
remove some unused local variables
This commit is contained in:
parent
4376185a6b
commit
66b812cc2f
1 changed files with 0 additions and 3 deletions
|
|
@ -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 ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue