From 0ca6d934b318bda1c91e4166acc2f2216a0d2b2a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 6 Oct 2015 14:23:38 +0200 Subject: libreofficekit: -Werror=unused-macros Change-Id: I154bd2c101819669d43ab475144ae400454df4d0 --- libreofficekit/source/gtk/tilebuffer.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'libreofficekit') 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 -- cgit