Android: Fix warning: unused variable 'm_statusBarShowing'
Change-Id: I612c2239f1626abb1841100745d17f54f60e806b Reviewed-by: Cristian Adam <cristian.adam@qt.io>bb10
parent
4fbb2f66d6
commit
7451453154
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue