Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 24, 2023
1 parent 6876fd0 commit dc059ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distrho/src/DistrhoPluginLV2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,6 @@ class PluginLv2
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;
Expand Down Expand Up @@ -1089,7 +1088,6 @@ class PluginLv2
continue;
}
}
#endif

setState(key, value);

Expand Down

0 comments on commit dc059ef

Please sign in to comment.