summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-21 14:54:58 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-10-15 10:34:41 +0200
commit10409e70a2b695797754179f35cca386dab26457 (patch)
tree8ac94126a41711ac9de066a61bbeb50a11579307 /vcl
parent61b691db0dd9fc821ba62435fb449f4d3c00097a (diff)
WaE: macro "LOGW" is not used
(cherry picked from commit f7d886ca038cd0a67738e6afe33ee002982d4cae)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/android/androidinst.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index d1b760d5dd43..03ddd0b2f7d6 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -23,7 +23,6 @@
#define LOGTAG "LibreOffice/androidinst"
#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, LOGTAG, __VA_ARGS__))
-#define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, LOGTAG, __VA_ARGS__))
#define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, LOGTAG, __VA_ARGS__))
static jclass appClass = 0;