summaryrefslogtreecommitdiff
path: root/json-glib
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-10-17 11:06:38 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-10-17 11:06:38 +0100
commit2cb5836b99fd4f03e88568de492d1a12841c4176 (patch)
tree02fd03a1a920c0bbf1ade348457cb4cde23bc23b /json-glib
parentc2429c07107edd6acf95e80b82d968771c669c35 (diff)
downloadjson-glib-2cb5836b99fd4f03e88568de492d1a12841c4176.tar.gz
Bump up the GLib dependency
It's the development cycle, we can start using GLib 2.31.
Diffstat (limited to 'json-glib')
-rw-r--r--json-glib/json-types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/json-glib/json-types.h b/json-glib/json-types.h
index 8bb583b..709faf5 100644
--- a/json-glib/json-types.h
+++ b/json-glib/json-types.h
@@ -32,12 +32,6 @@
G_BEGIN_DECLS
-/* guards to avoid bumping up the GLib dependency */
-#ifndef G_DEPRECATED
-#define G_DEPRECATED G_GNUC_DEPRECATED
-#define G_DEPRECATED_FOR(x) G_GNUC_DEPRECATED_FOR(x)
-#endif
-
#ifdef JSON_DISABLE_DEPRECATION_WARNINGS
#define JSON_DEPRECATED
#define JSON_DEPRECATED_FOR(x)