Clean up extra opcode stuff

This commit is contained in:
xenakios
2018-04-26 14:01:46 +03:00
parent 2d493d6d81
commit cf27d43705
2 changed files with 7 additions and 7 deletions

View File

@ -254,7 +254,6 @@ private:
float m_cur_playrangeoffset = 0.0;
void updateStretchParametersFromPluginParameters(ProcessParameters& pars);
std::array<AudioParameterBool*, 9> m_sm_enab_pars;
double m_outlen = 0.0;
//==============================================================================
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessor)
};