tag: remove unnecessary g_type_init() call from mklicensestable tool
authorTim-Philipp Müller <tim@centricular.net>
Sat, 20 Oct 2012 11:59:11 +0000 (12:59 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 20 Oct 2012 11:59:11 +0000 (12:59 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=686456

gst-libs/gst/tag/mklicensestables.c

index 66249d9..3a8de07 100644 (file)
@@ -718,8 +718,6 @@ main (int argc, char **argv)
   GList *l;
   int idx = 0;
 
-  g_type_init ();
-
   ctx = g_option_context_new ("");
   g_option_context_add_main_entries (ctx, options, NULL);
   if (!g_option_context_parse (ctx, &argc, &argv, &err)) {