mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
NO-OP: whitespace removal
This commit is contained in:
parent
2f0dc08844
commit
3dbea92519
1 changed files with 0 additions and 4 deletions
|
|
@ -3513,13 +3513,11 @@ Session::set_dirty ()
|
||||||
|
|
||||||
_state_of_the_state = StateOfTheState (_state_of_the_state | Dirty);
|
_state_of_the_state = StateOfTheState (_state_of_the_state | Dirty);
|
||||||
|
|
||||||
|
|
||||||
if (!was_dirty) {
|
if (!was_dirty) {
|
||||||
DirtyChanged(); /* EMIT SIGNAL */
|
DirtyChanged(); /* EMIT SIGNAL */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Session::set_clean ()
|
Session::set_clean ()
|
||||||
{
|
{
|
||||||
|
|
@ -3527,7 +3525,6 @@ Session::set_clean ()
|
||||||
|
|
||||||
_state_of_the_state = Clean;
|
_state_of_the_state = Clean;
|
||||||
|
|
||||||
|
|
||||||
if (was_dirty) {
|
if (was_dirty) {
|
||||||
DirtyChanged(); /* EMIT SIGNAL */
|
DirtyChanged(); /* EMIT SIGNAL */
|
||||||
}
|
}
|
||||||
|
|
@ -4954,7 +4951,6 @@ Session::save_as (SaveAs& saveas)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_path = to_dir;
|
_path = to_dir;
|
||||||
set_snapshot_name (saveas.new_name);
|
set_snapshot_name (saveas.new_name);
|
||||||
_name = saveas.new_name;
|
_name = saveas.new_name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue