tag: remove unnecessary g_type_init() call from mklicensestable tool
https://bugzilla.gnome.org/show_bug.cgi?id=686456
This commit is contained in:
parent
ccbb233da8
commit
eb48b4d3cb
@ -718,8 +718,6 @@ main (int argc, char **argv)
|
|||||||
GList *l;
|
GList *l;
|
||||||
int idx = 0;
|
int idx = 0;
|
||||||
|
|
||||||
g_type_init ();
|
|
||||||
|
|
||||||
ctx = g_option_context_new ("");
|
ctx = g_option_context_new ("");
|
||||||
g_option_context_add_main_entries (ctx, options, NULL);
|
g_option_context_add_main_entries (ctx, options, NULL);
|
||||||
if (!g_option_context_parse (ctx, &argc, &argv, &err)) {
|
if (!g_option_context_parse (ctx, &argc, &argv, &err)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user