]> err.no Git - eweouz/blobdiff - src/eweouz-dump-addressbook.c
Drop g_type_init call; no longer needed
[eweouz] / src / eweouz-dump-addressbook.c
index 4072426dcaa1c8a2ff25b0f759d7e4cc02785107..85477854c7b30f4af8fdd19096eb03964c1b3e7d 100644 (file)
@@ -70,7 +70,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);