clean up 6cc2812f2e8 (interim vst fixes)
[ardour.git] / gtk2_ardour / ardour_ui.cc
index 8ea786b2687c83b09519050293bc292444a81253..b4399b03fa932817bc2d2663ba0028bd6fd3bb15 100644 (file)
@@ -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;