summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/android/androidinst.cxx2
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;