summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/session_state.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index dff053dc38..e0edfa6b2d 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -3513,13 +3513,11 @@ Session::set_dirty ()
_state_of_the_state = StateOfTheState (_state_of_the_state | Dirty);
-
if (!was_dirty) {
DirtyChanged(); /* EMIT SIGNAL */
}
}
-
void
Session::set_clean ()
{
@@ -3527,7 +3525,6 @@ Session::set_clean ()
_state_of_the_state = Clean;
-
if (was_dirty) {
DirtyChanged(); /* EMIT SIGNAL */
}
@@ -4954,7 +4951,6 @@ Session::save_as (SaveAs& saveas)
}
}
-
_path = to_dir;
set_snapshot_name (saveas.new_name);
_name = saveas.new_name;