diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp index 0f4cc9bb70..f09a5c4a38 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp @@ -3444,9 +3444,8 @@ private: #if ! JUCE_MAC bool pluginRespondsToDPIChanges = false; - #endif - float nativeScaleFactor = 1.0f; + #endif #if JUCE_WINDOWS HWND pluginHWND = {};