summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-04-14 15:10:28 +0200
committerRobin Gareus <robin@gareus.org>2014-04-14 15:10:28 +0200
commit15c5d12321c16932a00b849e25226e0c02bbef82 (patch)
treebd4ca0b7d17558ede22b868c050e8c750409d04e /gtk2_ardour
parent56b93982089bcb93fe6a832bba4d981dc31476ea (diff)
clean up 6cc2812f2e8 (interim vst fixes)
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui.cc6
1 files changed, 0 insertions, 6 deletions
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,10 +1013,8 @@ 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,18 +2924,14 @@ 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;
out: