vcl/android/androidinst.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit c1411517afeb128c9f96dc8ee331516f15cdf5d9 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Mon Feb 1 20:28:29 2016 +0100
vcl: -Werror=unused-variable Change-Id: I544d42994bd46171d5d507af450cd1ca5f9c912a diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index 99f4c50..349877c 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits