diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-01 20:28:29 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-01 20:28:29 +0100 |
commit | c1411517afeb128c9f96dc8ee331516f15cdf5d9 (patch) | |
tree | 53069a5305ceea61d02c8fa1d8366925ac065d7e /vcl/android | |
parent | d104ed1a643806edcb188073d7c83bc2927fce57 (diff) |
vcl: -Werror=unused-variable
Change-Id: I544d42994bd46171d5d507af450cd1ca5f9c912a
Diffstat (limited to 'vcl/android')
-rw-r--r-- | vcl/android/androidinst.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index 99f4c507f4dc..349877c2c6fe 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -24,8 +24,6 @@ #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, LOGTAG, __VA_ARGS__)) #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, LOGTAG, __VA_ARGS__)) -static jclass appClass = 0; - // Horrible hack static int viewWidth = 1, viewHeight = 1; |