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);