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

VST: Remove an unused variable warning

This commit is contained in:
reuk 2020-03-24 07:47:06 +00:00 committed by GitHub
parent 5d9ab42195
commit fcd12ab12b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3444,9 +3444,8 @@ private:
#if ! JUCE_MAC
bool pluginRespondsToDPIChanges = false;
#endif
float nativeScaleFactor = 1.0f;
#endif
#if JUCE_WINDOWS
HWND pluginHWND = {};