(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;
|
extern int updating_mob;
|
||||||
|
|
||||||
void mobility_init(void);
|
void mobility_init(void);
|
||||||
void shutdown_init(void);
|
|
||||||
|
|
||||||
/* thread entry points */
|
/* thread entry points */
|
||||||
void delete_lostitems(void *);
|
void delete_lostitems(void *);
|
||||||
|
|
|
@ -293,7 +293,6 @@ init_server(void)
|
||||||
loc_NTInit();
|
loc_NTInit();
|
||||||
#endif
|
#endif
|
||||||
update_policy_check();
|
update_policy_check();
|
||||||
shutdown_init();
|
|
||||||
player_init();
|
player_init();
|
||||||
ef_init_srv();
|
ef_init_srv();
|
||||||
io_init();
|
io_init();
|
||||||
|
|
|
@ -42,12 +42,6 @@
|
||||||
|
|
||||||
int shutdown_pending;
|
int shutdown_pending;
|
||||||
|
|
||||||
void
|
|
||||||
shutdown_init(void)
|
|
||||||
{
|
|
||||||
shutdown_pending = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
shutdown_sequence(void *unused)
|
shutdown_sequence(void *unused)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue