13
0

NO-OP: whitespace removal

This commit is contained in:
Paul Davis 2017-02-09 12:23:32 +01:00
parent 2f0dc08844
commit 3dbea92519

View File

@ -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;