mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
[Summary] Removing hot fix Grigory made a time ago.
This commit is contained in:
parent
f48d821346
commit
6df532f9b0
1 changed files with 0 additions and 2 deletions
|
|
@ -1098,9 +1098,7 @@ Locations::set_state (const XMLNode& node, int version)
|
|||
loc = *i;
|
||||
|
||||
// changed locations will be updated by Locations::changed signal
|
||||
loc->set_block_change_notifications (true);
|
||||
loc->set_state (**niter, version);
|
||||
loc->set_block_change_notifications (false);
|
||||
} else {
|
||||
loc = new Location (_session, **niter);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue