]> err.no Git - eweouz/commitdiff
Drop g_type_init call; no longer needed
authorTollef Fog Heen <tfheen@err.no>
Sun, 29 Sep 2013 13:13:54 +0000 (15:13 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 29 Sep 2013 13:13:54 +0000 (15:13 +0200)
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);