diff --git a/src/plug/PluginProcessor.cpp b/src/plug/PluginProcessor.cpp index 6da95a8..6470a15 100644 --- a/src/plug/PluginProcessor.cpp +++ b/src/plug/PluginProcessor.cpp @@ -909,8 +909,6 @@ void JaySynthAudioProcessor::getCurrentProgramStateInformation (MemoryBlock& des ScopedPointer xml = new XmlElement("JSynth"); patchEncodeXml(xml, currpatch); - setCurrentProgram(getCurrentProgram()); - // then use this helper function to stuff it into the binary blob and return it.. copyXmlToBinary (*xml, tmpBlock); GZIPEnc.write(tmpBlock.getData(), tmpBlock.getSize());