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:
parent
5ea5afbd2a
commit
f46d4a0401
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue