Remove unnecessary function call

This commit is contained in:
Robbert van der Helm
2021-07-17 22:57:50 +02:00
parent f75cdc9019
commit 8c285688e8
-1
View File
@@ -183,7 +183,6 @@ Vst2Bridge::Vst2Bridge(MainContext& main_context,
set_realtime_priority(false);
if (!plugin) {
set_realtime_priority(false);
throw std::runtime_error("VST plugin at '" + plugin_dll_path +
"' failed to initialize.");
}