[Libreoffice-commits] core.git: vcl/android

Tor Lillqvist tml at collabora.com
Thu May 21 06:55:25 PDT 2015


 vcl/android/androidinst.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f7d886ca038cd0a67738e6afe33ee002982d4cae
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu May 21 14:54:58 2015 +0100

    WaE: macro "LOGW" is not used

diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index d1b760d..03ddd0b 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;


More information about the Libreoffice-commits mailing list