Remove unnecessary function wmud_type_init()
This commit is contained in:
parent
12a51a2cc5
commit
5a2be3d143
11
wmud/main.c
11
wmud/main.c
@ -117,15 +117,6 @@ debug_context(char *file, int line)
|
|||||||
#define DebugContext
|
#define DebugContext
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* wmud_type_init:
|
|
||||||
*
|
|
||||||
* Initializes the wMUD types.
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
wmud_type_init(void)
|
|
||||||
{}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
wmud_logger(const gchar *log_domain,
|
wmud_logger(const gchar *log_domain,
|
||||||
GLogLevelFlags log_level,
|
GLogLevelFlags log_level,
|
||||||
@ -208,8 +199,6 @@ main(int argc, char **argv)
|
|||||||
GSList *game_menu = NULL;
|
GSList *game_menu = NULL;
|
||||||
|
|
||||||
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 */
|
|
||||||
wmud_type_init();
|
|
||||||
|
|
||||||
/* TODO: Command line parsing */
|
/* TODO: Command line parsing */
|
||||||
/* TODO: Create signal handlers! */
|
/* TODO: Create signal handlers! */
|
||||||
|
Loading…
Reference in New Issue
Block a user