From 8592e96d5cd9c63a43207ee4f52d6eacf1b811d6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 19 May 2020 18:09:09 +0200 Subject: There is no need to save after region cleanup --- libs/ardour/session_state.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/ardour/session_state.cc') diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 041a84eac4..b085c8906c 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -3308,11 +3308,6 @@ Session::cleanup_regions () } } } - - /* dump the history list */ - _history.clear (); - - save_state (""); } bool -- cgit v1.2.3