(shutdown_init): Has no effect, remove.

This commit is contained in:
Markus Armbruster 2006-12-31 17:05:57 +00:00
parent 6b70720318
commit 8e8c6fb891
3 changed files with 0 additions and 8 deletions

View file

@ -43,7 +43,6 @@ extern time_t update_time;
extern int updating_mob;
void mobility_init(void);
void shutdown_init(void);
/* thread entry points */
void delete_lostitems(void *);

View file

@ -293,7 +293,6 @@ init_server(void)
loc_NTInit();
#endif
update_policy_check();
shutdown_init();
player_init();
ef_init_srv();
io_init();

View file

@ -42,12 +42,6 @@
int shutdown_pending;
void
shutdown_init(void)
{
shutdown_pending = 0;
}
void
shutdown_sequence(void *unused)
{