build: Remove -DG_DISABLE_DEPRECATED

The new mechanism for GLib deprecations is significantly better, and
this breaks the build in real world situations.

https://bugzilla.gnome.org/show_bug.cgi?id=706089
This commit is contained in:
Colin Walters
2013-08-15 16:05:44 -04:00
parent 6a7fa52879
commit 16b2169965
5 changed files with 0 additions and 5 deletions

View File

@ -17,5 +17,4 @@ libgnome_shell_browser_plugin_la_SOURCES = \
libgnome_shell_browser_plugin_la_CFLAGS = \
$(BROWSER_PLUGIN_CFLAGS) \
-DG_DISABLE_DEPRECATED \
-DG_LOG_DOMAIN=\"GnomeShellBrowserPlugin\"