mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
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:
parent
fb2eb5f1aa
commit
79b4c34a8f
@ -48,7 +48,6 @@ INCLUDES = \
|
|||||||
-I$(top_builddir)/gtk \
|
-I$(top_builddir)/gtk \
|
||||||
-I$(top_srcdir) -I../gdk \
|
-I$(top_srcdir) -I../gdk \
|
||||||
-I$(top_srcdir)/gdk \
|
-I$(top_srcdir)/gdk \
|
||||||
-DGDK_DISABLE_DEPRECATED \
|
|
||||||
-DGTK_DISABLE_DEPRECATED \
|
-DGTK_DISABLE_DEPRECATED \
|
||||||
-DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED \
|
-DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED \
|
||||||
-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED \
|
-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED \
|
||||||
|
Loading…
Reference in New Issue
Block a user