[gtk+/gtk-2-24] gtk: Remove GDK_DISABLE_DEPRECATED from compilation flags



commit 79b4c34a8f7264186a2d8d4125d2ff24247fe15e
Author: Benjamin Otte <otte redhat com>
Date:   Mon Jan 3 18:54:25 2011 +0100

    gtk: Remove GDK_DISABLE_DEPRECATED from compilation flags
    
    With the recent deprecations going on, a lot of code doesn't compile
    without warnings anymore. And instead of fixing maintenance-only code,
    it's easier to just keep calling deprecated functions.

 gtk/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index af494ec..85a2ef2 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -48,7 +48,6 @@ INCLUDES =						\
 	-I$(top_builddir)/gtk				\
 	-I$(top_srcdir) -I../gdk			\
 	-I$(top_srcdir)/gdk				\
-	-DGDK_DISABLE_DEPRECATED			\
 	-DGTK_DISABLE_DEPRECATED			\
 	-DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED		\
 	-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]