summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-23 23:23:00 +0000
committerDavid Robillard <d@drobilla.net>2009-10-23 23:23:00 +0000
commitd56817e7856040adf3db6bda812dfaef7d493c80 (patch)
treecd7fcd88f4686bd48e9a4465eaaac3d96f3f68c9 /libs/ardour/session_state.cc
parent002ff65d0f75431bb42cc29836d6237ba1b7d704 (diff)
Split butler into separate object (partially, just data so far...)
git-svn-id: svn://localhost/ardour2/branches/3.0@5900 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index a192013717..4fc35fc964 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -202,7 +202,6 @@ Session::first_stage_init (string fullpath, string snapshot_name)
session_send_mmc = false;
session_send_mtc = false;
post_transport_work = PostTransportWork (0);
- g_atomic_int_set (&butler_should_do_transport_work, 0);
g_atomic_int_set (&_playback_load, 100);
g_atomic_int_set (&_capture_load, 100);
g_atomic_int_set (&_playback_load_min, 100);
@@ -217,7 +216,6 @@ Session::first_stage_init (string fullpath, string snapshot_name)
destructive_index = 0;
first_file_data_format_reset = true;
first_file_header_format_reset = true;
- butler_thread = (pthread_t) 0;
//midi_thread = (pthread_t) 0;
AudioDiskstream::allocate_working_buffers();