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