mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
A few android warning fixes.
This commit is contained in:
parent
7a47c12a76
commit
3cd00c8730
7 changed files with 14 additions and 11 deletions
|
|
@ -697,7 +697,6 @@ JUCE_JNI_CALLBACK (JUCE_ANDROID_ACTIVITY_CLASSNAME, setScreenSize, void, (JNIEnv
|
|||
jint screenWidth, jint screenHeight,
|
||||
jint dpi))
|
||||
{
|
||||
const bool isSystemInitialised = android.screenWidth != 0;
|
||||
android.screenWidth = screenWidth;
|
||||
android.screenHeight = screenHeight;
|
||||
android.dpi = dpi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue