(shutdown_init): Has no effect, remove.
This commit is contained in:
parent
6b70720318
commit
8e8c6fb891
3 changed files with 0 additions and 8 deletions
|
@ -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 *);
|
||||
|
|
|
@ -293,7 +293,6 @@ init_server(void)
|
|||
loc_NTInit();
|
||||
#endif
|
||||
update_policy_check();
|
||||
shutdown_init();
|
||||
player_init();
|
||||
ef_init_srv();
|
||||
io_init();
|
||||
|
|
|
@ -42,12 +42,6 @@
|
|||
|
||||
int shutdown_pending;
|
||||
|
||||
void
|
||||
shutdown_init(void)
|
||||
{
|
||||
shutdown_pending = 0;
|
||||
}
|
||||
|
||||
void
|
||||
shutdown_sequence(void *unused)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue