mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Remove unnecessary function call
This commit is contained in:
@@ -183,7 +183,6 @@ Vst2Bridge::Vst2Bridge(MainContext& main_context,
|
|||||||
set_realtime_priority(false);
|
set_realtime_priority(false);
|
||||||
|
|
||||||
if (!plugin) {
|
if (!plugin) {
|
||||||
set_realtime_priority(false);
|
|
||||||
throw std::runtime_error("VST plugin at '" + plugin_dll_path +
|
throw std::runtime_error("VST plugin at '" + plugin_dll_path +
|
||||||
"' failed to initialize.");
|
"' failed to initialize.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user