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