diff --git a/libs/ardour/playlist.cc b/libs/ardour/playlist.cc index dfbb24bd15..f80ddf3915 100644 --- a/libs/ardour/playlist.cc +++ b/libs/ardour/playlist.cc @@ -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);