Remove comments. Test nodiscard.

This commit is contained in:
xenakios
2018-10-15 18:31:56 +03:00
parent f487f8d4f2
commit 0c04922f1f
2 changed files with 2 additions and 33 deletions

View File

@ -630,8 +630,7 @@ void PaulstretchpluginAudioProcessor::processBlock (AudioBuffer<double>& buffer,
void PaulstretchpluginAudioProcessor::processBlock (AudioSampleBuffer& buffer, MidiBuffer& midiMessages)
{
ScopedLock locker(m_cs);
ScopedLock locker(m_cs);
const int totalNumInputChannels = getTotalNumInputChannels();
const int totalNumOutputChannels = getTotalNumOutputChannels();
AudioPlayHead* phead = getPlayHead();