Browse Source

Revert "Add a comment about some unreachable code"

This reverts commit 246a09a8f0.
tags/v2.1-rc1
falkTX 5 years ago
parent
commit
ccb0b4bba6
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      source/backend/plugin/CarlaPluginVST2.cpp

+ 0
- 4
source/backend/plugin/CarlaPluginVST2.cpp View File

@@ -546,12 +546,8 @@ public:
}
else
{
// NOTE: this code is never executed, due to a few broken VST UIs
delete fUI.window;
fUI.window = nullptr;
fUI.isOpen = false;
fUI.isResized = false;
fUI.isVisible = false;

carla_stderr2("Plugin refused to open its own UI");
return pData->engine->callback(true, true,


Loading…
Cancel
Save