From e645d5947c15ee707913e22fd86bea2ce9207581 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 4 Jul 2021 14:38:19 +0200 Subject: [PATCH] Amend a74b4e8ef00ed (wine/fst removal) --- gtk2_ardour/ardour_ui.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 09a34be1b0..2402acc078 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -1088,9 +1088,6 @@ If you still wish to quit, please use the\n\n\ halt_connection.disconnect (); AudioEngine::instance()->stop (); -#ifdef WINDOWS_VST_SUPPORT - fst_stop_threading(); -#endif quit (); }