135360
From 388c0b9a3d553a36557a116376fd27e1805160c1 Mon Sep 17 00:00:00 2001
135360
From: Michael Stahl <mstahl@redhat.com>
135360
Date: Tue, 6 Oct 2015 14:23:38 +0200
135360
Subject: [PATCH 187/398] libreofficekit: -Werror=unused-macros
135360
135360
Change-Id: I154bd2c101819669d43ab475144ae400454df4d0
135360
(cherry picked from commit 0ca6d934b318bda1c91e4166acc2f2216a0d2b2a)
135360
---
135360
 libreofficekit/source/gtk/tilebuffer.cxx | 3 ---
135360
 1 file changed, 3 deletions(-)
135360
135360
diff --git a/libreofficekit/source/gtk/tilebuffer.cxx b/libreofficekit/source/gtk/tilebuffer.cxx
135360
index 0e81bc33f262..992f06cd5e00 100644
135360
--- a/libreofficekit/source/gtk/tilebuffer.cxx
135360
+++ b/libreofficekit/source/gtk/tilebuffer.cxx
135360
@@ -9,9 +9,6 @@
135360
 
135360
 #include "tilebuffer.hxx"
135360
 
135360
-#if !GLIB_CHECK_VERSION(2,40,0)
135360
-#define g_info(...) g_log(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, __VA_ARGS__)
135360
-#endif
135360
 
135360
 /* ------------------
135360
    Utility functions
135360
-- 
135360
2.12.0
135360