]> err.no Git - eweouz/blobdiff - src/eweouz-write-addressbook.c
Drop g_type_init
[eweouz] / src / eweouz-write-addressbook.c
index 21870b70e56bf623ccded25cc237bb8d1e3f9709..fbaba2e0a39426d96b977214bb699d3bebd94f56 100644 (file)
@@ -47,8 +47,6 @@ int main(int argc, char **argv)
 
        setlocale (LC_ALL, "");
 
-       g_type_init();
-
        optioncontext = g_option_context_new ("- whack address book");
        g_option_context_add_main_entries (optioncontext, entries, NULL);
        g_option_context_parse (optioncontext, &argc, &argv, &error);