summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index f0974bdbf1..5148626234 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -3475,12 +3475,6 @@ Session::remove_routes (boost::shared_ptr<RouteList> routes_to_remove)
pc.add (Properties::order);
PresentationInfo::Change (pc);
- /* save the new state of the world */
-
- if (save_state (_current_snapshot_name)) {
- save_history (_current_snapshot_name);
- }
-
update_route_record_state ();
}