From 79b4c34a8f7264186a2d8d4125d2ff24247fe15e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 3 Jan 2011 18:54:25 +0100 Subject: [PATCH] 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 file changed, 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index af494ecacb..85a2ef2c7f 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 \