Browse Source

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
pull/443/head
falkTX 2 years ago
parent
commit
dc059ef8ad
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      distrho/src/DistrhoPluginLV2.cpp

+ 0
- 2
distrho/src/DistrhoPluginLV2.cpp View File

@@ -1058,7 +1058,6 @@ public:
const std::size_t length = std::strlen(value);
DISTRHO_SAFE_ASSERT_CONTINUE(length == size || length+1 == size);

#if DISTRHO_PLUGIN_WANT_STATE
if (urid == fURIDs.atomPath)
{
const LV2_State_Map_Path* mapPath = nullptr;
@@ -1089,7 +1088,6 @@ public:
continue;
}
}
#endif

setState(key, value);



Loading…
Cancel
Save