summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-05-19 16:07:30 +0200
committerRobin Gareus <robin@gareus.org>2020-05-19 16:07:30 +0200
commit8194a83c304fa623a485c689e3c5d566bc7a4a3f (patch)
treeb57385e788e50e5c4e91cf722b0d748df3d27a87
parent808e96debb37544c4344e2e394d0cf7edae8ae19 (diff)
Don't implicitly save when deleting a track
-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 ();
}