summaryrefslogtreecommitdiff
path: root/json-glib/json-gobject.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-01-14 22:16:52 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2012-01-14 22:16:52 +0000
commit31bac4804acba9795cd33d510725ea27a39aac23 (patch)
treef42483d8c9edf246dce88f08faae72c9adba1ea4 /json-glib/json-gobject.h
parent16f9213dc29390a933b0142ea0a39d44a7a0ab02 (diff)
downloadjson-glib-31bac4804acba9795cd33d510725ea27a39aac23.tar.gz
Remove JSON_DISABLE_DEPRECATED
We have deprecations warnings from the compiler, now.
Diffstat (limited to 'json-glib/json-gobject.h')
-rw-r--r--json-glib/json-gobject.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/json-glib/json-gobject.h b/json-glib/json-gobject.h
index 791fc9b..c19c457 100644
--- a/json-glib/json-gobject.h
+++ b/json-glib/json-gobject.h
@@ -167,7 +167,6 @@ GObject * json_gobject_from_data (GType gtype,
gchar * json_gobject_to_data (GObject *gobject,
gsize *length);
-#ifndef JSON_DISABLE_DEPRECATED
JSON_DEPRECATED_FOR(json_gobject_from_data)
GObject * json_construct_gobject (GType gtype,
const gchar *data,
@@ -176,8 +175,6 @@ GObject * json_construct_gobject (GType gtype,
JSON_DEPRECATED_FOR(json_gobject_to_data)
gchar * json_serialize_gobject (GObject *gobject,
gsize *length) G_GNUC_MALLOC;
-#endif /* JSON_DISABLE_DEPRECATED */
-
G_END_DECLS