diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-10-06 14:23:38 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-10-06 14:24:17 +0200 |
commit | 0ca6d934b318bda1c91e4166acc2f2216a0d2b2a (patch) | |
tree | 3ff5d3af9e5cac63acc0f2fa9d497f5c16baafac /libreofficekit | |
parent | cd1c867cd20b52b199d05e62f4e50240637019aa (diff) |
libreofficekit: -Werror=unused-macros
Change-Id: I154bd2c101819669d43ab475144ae400454df4d0
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/source/gtk/tilebuffer.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libreofficekit/source/gtk/tilebuffer.cxx b/libreofficekit/source/gtk/tilebuffer.cxx index e0ca2d2e0354..70d12fefdb0a 100644 --- a/libreofficekit/source/gtk/tilebuffer.cxx +++ b/libreofficekit/source/gtk/tilebuffer.cxx @@ -9,9 +9,6 @@ #include "tilebuffer.hxx" -#if !GLIB_CHECK_VERSION(2,40,0) -#define g_info(...) g_log(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, __VA_ARGS__) -#endif /* ------------------ Utility functions |