summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-04-10 15:27:24 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-04-10 15:27:24 +0000
commitcb31f4c314c0e62e296a0d0d6689d5c259a5632b (patch)
tree92e2b0cce05792eea3b8a42b38d5b2ef6a4ba232 /gtk2_ardour
parent760db6493b61824ae8a583154b4a3bcacbba56cc (diff)
revert previous redundant commit
git-svn-id: svn://localhost/ardour2/branches/3.0@11868 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_ops.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index ee78056b7f..92d4ed63f5 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -3389,8 +3389,6 @@ Editor::_freeze_thread (void* arg)
void*
Editor::freeze_thread ()
{
- /* create per-thread buffers for process() calls */
- ProcessThread::init ();
/* create event pool because we may need to talk to the session */
SessionEvent::create_per_thread_pool ("freeze events", 64);
/* create per-thread buffers for process() tree to use */