mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
remove some unused code (left over from before RippleAll)
This commit is contained in:
parent
66b812cc2f
commit
0634dcfbc4
1 changed files with 0 additions and 10 deletions
|
|
@ -1617,16 +1617,6 @@ Playlist::region_bounds_changed (const PropertyChange& what_changed, boost::shar
|
||||||
|
|
||||||
if (what_changed.contains (Properties::position) || what_changed.contains (Properties::length)) {
|
if (what_changed.contains (Properties::position) || what_changed.contains (Properties::length)) {
|
||||||
|
|
||||||
timecnt_t delta;
|
|
||||||
|
|
||||||
if (what_changed.contains (Properties::position)) {
|
|
||||||
delta = region->last_position().distance (region->position());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (what_changed.contains (Properties::length)) {
|
|
||||||
delta += region->length() - region->last_length();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (holding_state ()) {
|
if (holding_state ()) {
|
||||||
pending_bounds.push_back (region);
|
pending_bounds.push_back (region);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue