mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
remove unused local variable
This commit is contained in:
parent
f52781b46b
commit
192a8b7ec0
1 changed files with 0 additions and 4 deletions
|
|
@ -1763,7 +1763,6 @@ Playlist::region_changed (const PropertyChange& what_changed, boost::shared_ptr<
|
|||
{
|
||||
PropertyChange our_interests;
|
||||
PropertyChange bounds;
|
||||
PropertyChange pos_and_length;
|
||||
bool save = false;
|
||||
|
||||
if (in_set_state || in_flush) {
|
||||
|
|
@ -1778,9 +1777,6 @@ Playlist::region_changed (const PropertyChange& what_changed, boost::shared_ptr<
|
|||
bounds.add (Properties::position);
|
||||
bounds.add (Properties::length);
|
||||
|
||||
pos_and_length.add (Properties::position);
|
||||
pos_and_length.add (Properties::length);
|
||||
|
||||
if (what_changed.contains (bounds)) {
|
||||
region_bounds_changed (what_changed, region);
|
||||
save = !(_splicing || _nudging);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue