summaryrefslogtreecommitdiff
path: root/examples/test-raw.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-04-22 14:11:38 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-06-16 15:01:13 +0200
commit34a0bd8d768e154e74be5e8f495b3d23e7e656df (patch)
treee836bd0623ffa1d7327198e5b6ad51d5056d9b04 /examples/test-raw.c
parent291c4a80d4dceff67b39806827308b140dc45f20 (diff)
downloadlibrest-34a0bd8d768e154e74be5e8f495b3d23e7e656df.tar.gz
Remove all GLIB_CHECK_VERSION uses
Where the checked version is < 2.36, which we now require
Diffstat (limited to 'examples/test-raw.c')
-rw-r--r--examples/test-raw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/test-raw.c b/examples/test-raw.c
index 6b50900..d8daa93 100644
--- a/examples/test-raw.c
+++ b/examples/test-raw.c
@@ -47,10 +47,6 @@ main (gint argc, gchar **argv)
const gchar *payload;
gssize len;
-#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);