summaryrefslogtreecommitdiff
path: root/examples/lastfm-shout.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lastfm-shout.c')
-rw-r--r--examples/lastfm-shout.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/lastfm-shout.c b/examples/lastfm-shout.c
index 5d82a9b..254ed63 100644
--- a/examples/lastfm-shout.c
+++ b/examples/lastfm-shout.c
@@ -86,10 +86,6 @@ main (int argc, char **argv)
{ NULL }
};
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
-
context = g_option_context_new ("- send a shout to a Last.fm user");
g_option_context_add_main_entries (context, entries, NULL);
if (!g_option_context_parse (context, &argc, &argv, &error)) {