diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2012-01-14 22:16:52 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2012-01-14 22:16:52 +0000 |
commit | 31bac4804acba9795cd33d510725ea27a39aac23 (patch) | |
tree | f42483d8c9edf246dce88f08faae72c9adba1ea4 /json-glib/json-gobject.h | |
parent | 16f9213dc29390a933b0142ea0a39d44a7a0ab02 (diff) | |
download | json-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.h | 3 |
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 |