summaryrefslogtreecommitdiff
path: root/tests/old/dlna-profile-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/old/dlna-profile-parser.c')
-rw-r--r--tests/old/dlna-profile-parser.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/old/dlna-profile-parser.c b/tests/old/dlna-profile-parser.c
index a30bba1..20753b4 100644
--- a/tests/old/dlna-profile-parser.c
+++ b/tests/old/dlna-profile-parser.c
@@ -104,10 +104,6 @@ main (int argc, char **argv)
GOptionContext *ctx;
-#if !GLIB_CHECK_VERSION(2,35,0)
- g_type_init ();
-#endif
-
ctx = g_option_context_new (" - test to parse dlna profiles");
g_option_context_add_main_entries (ctx, options, NULL);
g_option_context_add_group (ctx, gst_init_get_option_group ());