mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Remove unnecessary function call
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user