(init_server): Remove ef_load() call.

New function not ready yet, incorrectly
checked-in.
This commit is contained in:
Ron Koenderink 2005-11-07 00:07:25 +00:00
parent d85323c476
commit 9200b7f84b

View file

@ -267,8 +267,6 @@ init_server(void)
global_init();
shutdown_init();
player_init();
if (ef_load() < 0)
exit(EXIT_FAILURE);
ef_init_srv();
init_files();
io_init();