1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST Client: Remove unused variable

This commit is contained in:
reuk 2021-07-29 12:50:59 +01:00
parent 5ea5afbd2a
commit f46d4a0401
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -1997,8 +1997,6 @@ private:
#if ! JUCE_MAC
if (editorComp != nullptr)
editorComp->setContentScaleFactor (scale);
lastScaleFactorReceived = scale;
#else
ignoreUnused (scale);
#endif
@ -2073,10 +2071,6 @@ private:
MidiBuffer midiEvents;
VSTMidiEventList outgoingEvents;
#if ! JUCE_MAC
float lastScaleFactorReceived = 1.0f;
#endif
LegacyAudioParametersWrapper juceParameters;
bool isProcessing = false, isBypassed = false, hasShutdown = false;