tag: remove unnecessary g_type_init() call from mklicensestable tool

https://bugzilla.gnome.org/show_bug.cgi?id=686456
This commit is contained in:
Tim-Philipp Müller 2012-10-20 12:59:11 +01:00
parent ccbb233da8
commit eb48b4d3cb

View 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)) {