(START_UNITS, start_unit_type, deity_build_land, new): Remove

undocumented compile-time option START_UNITS.  It hasn't been used in
ages; writing a quick build script is easier than recompiling the
server.
This commit is contained in:
Markus Armbruster 2005-10-23 20:52:46 +00:00
parent 7dbe2d5687
commit dab1f0bc7d
4 changed files with 0 additions and 95 deletions

View file

@ -93,11 +93,6 @@ extern int opt_UPDATESCHED;
#include "econfig-spec.h"
#undef EMP_CONFIG_H_OUTPUT
/* Game parameters that cannot be set in econfig (yet) */
#ifdef START_UNITS
int start_unit_type[];
#endif
/* Variables that get values derived from econfig */
extern char *motdfil;
extern char *downfil;