Remove unnecessary _itit() functions from main()
This commit is contained in:
parent
7e7beda20b
commit
c49e9941a7
@ -180,8 +180,6 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
g_log_set_handler(G_LOG_DOMAIN, G_LOG_LEVEL_MASK , wmud_logger, NULL);
|
g_log_set_handler(G_LOG_DOMAIN, G_LOG_LEVEL_MASK , wmud_logger, NULL);
|
||||||
/* Initialize the thread and type system */
|
/* Initialize the thread and type system */
|
||||||
g_thread_init(NULL);
|
|
||||||
g_type_init();
|
|
||||||
wmud_type_init();
|
wmud_type_init();
|
||||||
|
|
||||||
/* TODO: Command line parsing */
|
/* TODO: Command line parsing */
|
||||||
|
Loading…
Reference in New Issue
Block a user