Fix stub LV2 persist implementation.
[ardour.git] / libs / ardour / analyser.cc
index 8e2ec99f27f65739389603ed74754356f078d654..c19657baaf40ce9988b4b1d8f23e335dcc7586c8 100644 (file)
@@ -26,7 +26,6 @@
 #include "pbd/convert.h"
 
 using namespace std;
-using namespace sigc;
 using namespace ARDOUR;
 using namespace PBD;
 
@@ -76,7 +75,6 @@ Analyser::queue_source_for_analysis (boost::shared_ptr<Source> src, bool force)
 void
 Analyser::work ()
 {
-       PBD::notify_gui_about_thread_creation (pthread_self(), string ("analyser-") + to_string (pthread_self(), std::dec));
        SessionEvent::create_per_thread_pool ("Analyser", 64);
 
        while (true) {