From 8194a83c304fa623a485c689e3c5d566bc7a4a3f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 19 May 2020 16:07:30 +0200 Subject: Don't implicitly save when deleting a track --- libs/ardour/session.cc | 6 ------ 1 file changed, 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 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 (); } -- cgit v1.2.3