Skip to content

Commit

Permalink
Fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Nov 2, 2023
1 parent 951758d commit 3c09d50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/dplug/client/client.d
Original file line number Diff line number Diff line change
Expand Up @@ -956,9 +956,6 @@ nothrow:
Warning: Just append new content to the `Vec!ubyte`, do not modify its existing content
if any exist.
BUG: This is only partially done in VST2.
See Issue #352 for the whole story.
See_also: `loadState`.
*/
void saveState(ref Vec!ubyte chunk) nothrow @nogc
Expand All @@ -980,9 +977,6 @@ nothrow:
Important: This should successfully parse whatever the "default state" is
so that `makeDefaultPreset()` can work.
BUG: This is only partially in VST2.
See Issue #352 for the whole story.
Returns: `true` on successful parse, return false to indicate a parsing error.
See_also: `loadState`.
Expand Down

0 comments on commit 3c09d50

Please sign in to comment.