commit dc059ef8adfb7af49318cf1bb52cffcf47072450
parent 6876fd08ec9f0d1926158a4b60ed68ce9d33c6d4
Author: falkTX <falktx@falktx.com>
Date: Tue, 24 Oct 2023 12:26:53 +0200
Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp
@@ -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);