summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-21 14:29:11 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-21 14:29:11 +0000
commitf7d973476cc4a3ff3a67b20f109b98f5ccd14339 (patch)
treeb3825ff28473c732ce262a383f63857d1dfc82ad /libs/ardour/session.cc
parent3aa1f2147531de91f6a59fde7ba9501620fd4dda (diff)
Patch from Lincoln: don't save state on starting record, as it can be slow. Fixes #3452.
git-svn-id: svn://localhost/ardour2/branches/3.0@7821 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 cda93d050f..efd548fe3b 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -1095,12 +1095,6 @@ Session::maybe_enable_record ()
g_atomic_int_set (&_record_status, Enabled);
- /* this function is currently called from somewhere other than an RT thread.
- this save_state() call therefore doesn't impact anything.
- */
-
- save_state ("", true);
-
if (_transport_speed) {
if (!config.get_punch_in()) {
enable_record ();