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.
This commit is contained in:
Benjamin Otte 2011-01-03 18:54:25 +01:00
parent fb2eb5f1aa
commit 79b4c34a8f

View File

@ -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 \