From: Tollef Fog Heen Date: Sun, 29 Sep 2013 13:13:54 +0000 (+0200) Subject: Drop g_type_init call; no longer needed X-Git-Tag: 0.8~10 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?p=eweouz;a=commitdiff_plain;h=6283a633c2ae67d357b76ee8ec41096c5f9bcb3f Drop g_type_init call; no longer needed --- diff --git a/src/eweouz-dump-addressbook.c b/src/eweouz-dump-addressbook.c index 4072426..8547785 100644 --- a/src/eweouz-dump-addressbook.c +++ b/src/eweouz-dump-addressbook.c @@ -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);