Browse Source

Fix a compiler warning

tags/v2.4.1
falkTX 3 years ago
parent
commit
8463126322
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      source/backend/plugin/CarlaPluginVST2.cpp

+ 1
- 3
source/backend/plugin/CarlaPluginVST2.cpp View File

@@ -628,8 +628,6 @@ public:
{
CARLA_SAFE_ASSERT_RETURN(fUI.window == nullptr, nullptr);

const EngineOptions& opts(pData->engine->getOptions());

fUI.isEmbed = true;
fUI.isOpen = true;
fUI.isVisible = true;
@@ -640,7 +638,7 @@ public:
CCONST('P', 'r', 'e', 'S'),
CCONST('A', 'e', 'C', 's'),
nullptr,
opts.uiScale);
pData->engine->getOptions().uiScale);
#endif

dispatcher(effEditOpen, 0, 0, ptr);


Loading…
Cancel
Save