forked from github/server
kill some dead code.
This commit is contained in:
parent
9ce996051d
commit
1c19a6948c
|
@ -693,7 +693,6 @@ void demographics(void)
|
|||
for (r = regions; r; r = r->next) {
|
||||
++r->age; /* also oceans. no idea why we didn't always do that */
|
||||
live(r);
|
||||
/* check_split_dragons(); */
|
||||
|
||||
if (!fval(r->terrain, SEA_REGION)) {
|
||||
/* die Nachfrage nach Produkten steigt. */
|
||||
|
|
|
@ -23,8 +23,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
extern int writepasswd(void);
|
||||
int getoption(void);
|
||||
int wanderoff(struct region *r, int p);
|
||||
void demographics(void);
|
||||
void last_orders(void);
|
||||
void find_address(void);
|
||||
|
|
Loading…
Reference in New Issue