Android: Fix warning: unused variable 'm_statusBarShowing'

Change-Id: I612c2239f1626abb1841100745d17f54f60e806b
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
bb10
Alessandro Portale 2020-08-26 19:19:24 +02:00
parent 4fbb2f66d6
commit 7451453154
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ static jmethodID m_createBitmapMethodID = nullptr;
static jobject m_ARGB_8888_BitmapConfigValue = nullptr;
static jobject m_RGB_565_BitmapConfigValue = nullptr;
static bool m_statusBarShowing = true;
static jclass m_bitmapDrawableClass = nullptr;
static jmethodID m_bitmapDrawableConstructorMethodID = nullptr;