Removed the display_usage() event

This commit is contained in:
Vatiken
2012-02-13 01:15:11 +00:00
parent 01dc0b79b6
commit c9b9872888
3 changed files with 0 additions and 32 deletions

View File

@@ -16,9 +16,6 @@ void init_events(void)
{
/* Allocate Event List */
world_events = create_list();
/* Attach Our Events */
attach_mud_event(display_usage, new_mud_event(EVENT_WORLD, NULL, NULL), 10 * PASSES_PER_SEC);
}
void attach_mud_event(void (*func), struct mud_event_data *pMudEvent, long time)