Browse Source

VST Client: Remove unused variable

v6.1.6
reuk 4 years ago
parent
commit
f46d4a0401
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp

+ 0
- 6
modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp 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;


Loading…
Cancel
Save