Remove unnecessary _itit() functions from main()

This commit is contained in:
Gergely Polonkai 2013-11-22 19:27:32 +01:00
parent 7e7beda20b
commit c49e9941a7
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ main(int argc, char **argv)
g_log_set_handler(G_LOG_DOMAIN, G_LOG_LEVEL_MASK , wmud_logger, NULL);
/* Initialize the thread and type system */
g_thread_init(NULL);
g_type_init();
wmud_type_init();
/* TODO: Command line parsing */