From dc059ef8adfb7af49318cf1bb52cffcf47072450 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 24 Oct 2023 12:27:20 +0200 Subject: [PATCH] Cleanup Signed-off-by: falkTX --- distrho/src/DistrhoPluginLV2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp index bc01fd3f..26608c8c 100644 --- 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);