summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-05-19 18:09:09 +0200
committerRobin Gareus <robin@gareus.org>2020-05-19 18:09:09 +0200
commit8592e96d5cd9c63a43207ee4f52d6eacf1b811d6 (patch)
treeee9f4c17a9aec344ad2af12ef75d18f5bf7182d2 /libs
parent61d11347b6f72f1ad3b4f161bf368e8113d40751 (diff)
There is no need to save after region cleanup
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/session_state.cc5
1 files changed, 0 insertions, 5 deletions
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