From c38e02285fda1fd7966c9e4ad85994445247e6a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 9 Dec 2009 03:05:14 +0000 Subject: major design changes: use glib event loop for MIDI thread/UI; rework design of BaseUI and AbstractUI; solo & mute are both temporarily broken; OSC control up next; may segfault during exit git-svn-id: svn://localhost/ardour2/branches/3.0@6328 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/source_factory.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/source_factory.cc') diff --git a/libs/ardour/source_factory.cc b/libs/ardour/source_factory.cc index 7c8943a4f1..a44a372726 100644 --- a/libs/ardour/source_factory.cc +++ b/libs/ardour/source_factory.cc @@ -58,7 +58,6 @@ std::list > SourceFactory::files_with_peaks; static void peak_thread_work () { - PBD::notify_gui_about_thread_creation (pthread_self(), string ("peakbuilder-") + to_string (pthread_self(), std::dec)); SessionEvent::create_per_thread_pool (X_("PeakFile Builder "), 64); while (true) { -- cgit v1.2.3