1
0
Fork 0
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:
jules 2013-07-31 22:14:11 +01:00
parent 7a47c12a76
commit 3cd00c8730
7 changed files with 14 additions and 11 deletions

View file

@ -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;