diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2013-07-30 09:36:44 +0200 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2013-07-30 09:38:30 +0200 |
commit | 2724a7b9f723789491b4991ce7fe0cfa3e5488c3 (patch) | |
tree | d4cb8fece91b1c3c7105eca2f9a7e831e5ff5263 | |
parent | eac752dc25942439de3e1c7a4ff815500a41dd2a (diff) |
glib-demo: Remove GTK_DISABLE_DEPRECATED compilation flag
Deprecations are now compile warnings, there's no reason to make them
fatal.
-rw-r--r-- | glib/demo/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/demo/Makefile.am b/glib/demo/Makefile.am index 28fc22d2..8120bc90 100644 --- a/glib/demo/Makefile.am +++ b/glib/demo/Makefile.am @@ -3,7 +3,6 @@ INCLUDES = \ -I$(top_builddir)/glib \ $(GTK_TEST_CFLAGS) \ $(POPPLER_GLIB_DISABLE_DEPRECATED) \ - -DGTK_DISABLE_DEPRECATED \ $(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES) AM_LDFLAGS = @auto_import_flags@ |