From 15c5d12321c16932a00b849e25226e0c02bbef82 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 14 Apr 2014 15:10:28 +0200 Subject: clean up 6cc2812f2e8 (interim vst fixes) --- gtk2_ardour/ardour_ui.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 8ea786b268..b4399b03fa 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -1013,9 +1013,7 @@ If you still wish to quit, please use the\n\n\ halt_connection.disconnect (); AudioEngine::instance()->stop (); #ifdef WINDOWS_VST_SUPPORT -#ifndef PLATFORM_WINDOWS fst_stop_threading(); -#endif #endif quit (); } @@ -2926,17 +2924,13 @@ ARDOUR_UI::load_session (const std::string& path, const std::string& snap_name, } #ifdef WINDOWS_VST_SUPPORT -#ifndef PLATFORM_WINDOWS fst_stop_threading(); -#endif #endif flush_pending (); #ifdef WINDOWS_VST_SUPPORT -#ifndef PLATFORM_WINDOWS fst_start_threading(); -#endif #endif retval = 0; -- cgit v1.2.3