From a157537898eccf08009281633b19970515366a78 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 10 Apr 2006 03:54:00 +0000 Subject: a) moved metering and meter falloff code into libardour b) added initial "big meter" mode for tranzport c) fixed some lock issues in ARDOUR::IO objects d) generic_midi control surface module now compiles and loads git-svn-id: svn://localhost/trunk/ardour2@450 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_butler.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/session_butler.cc') diff --git a/libs/ardour/session_butler.cc b/libs/ardour/session_butler.cc index ec543f8fa1..dafc28385b 100644 --- a/libs/ardour/session_butler.cc +++ b/libs/ardour/session_butler.cc @@ -154,7 +154,6 @@ void * Session::_butler_thread_work (void* arg) { PBD::ThreadCreated (pthread_self(), X_("Butler")); - return ((Session *) arg)->butler_thread_work (); return 0; } -- cgit v1.2.3