mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
NO-OP: whitespace
This commit is contained in:
parent
e4a914e26e
commit
32b7343927
1 changed files with 14 additions and 14 deletions
|
|
@ -1953,24 +1953,24 @@ Session::location_added (Location *location)
|
||||||
void
|
void
|
||||||
Session::location_removed (Location *location)
|
Session::location_removed (Location *location)
|
||||||
{
|
{
|
||||||
if (location->is_auto_loop()) {
|
if (location->is_auto_loop()) {
|
||||||
set_auto_loop_location (0);
|
set_auto_loop_location (0);
|
||||||
set_track_loop (false);
|
set_track_loop (false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (location->is_auto_punch()) {
|
if (location->is_auto_punch()) {
|
||||||
set_auto_punch_location (0);
|
set_auto_punch_location (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (location->is_session_range()) {
|
if (location->is_session_range()) {
|
||||||
/* this is never supposed to happen */
|
/* this is never supposed to happen */
|
||||||
error << _("programming error: session range removed!") << endl;
|
error << _("programming error: session range removed!") << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (location->is_skip()) {
|
if (location->is_skip()) {
|
||||||
|
|
||||||
update_skips (location, false);
|
update_skips (location, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
set_dirty ();
|
set_dirty ();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue