summaryrefslogtreecommitdiff
path: root/examples/test-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test-xml.c')
-rw-r--r--examples/test-xml.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/test-xml.c b/examples/test-xml.c
index bffabe3..79f76aa 100644
--- a/examples/test-xml.c
+++ b/examples/test-xml.c
@@ -113,10 +113,6 @@ main (gint argc, gchar **argv)
RestProxyCall *call;
GMainLoop *loop;
-#if !GLIB_CHECK_VERSION (2, 36 ,0)
- g_type_init ();
-#endif
-
loop = g_main_loop_new (NULL, FALSE);
proxy = rest_proxy_new ("https://www.flickr.com/services/rest/", FALSE);