Remove dead code.

This commit is contained in:
Markus Armbruster 2004-08-17 18:59:52 +00:00
parent e1ebe41686
commit ed5c1b00ee
3 changed files with 0 additions and 7 deletions

View file

@ -129,7 +129,6 @@ populace(struct natstr *np, register struct sctstr *sp, int etu)
"Sector %s is now fully yours\n", ownxy(sp));
sp->sct_oldown = sp->sct_own;
}
sp->sct_loyal = 0;
}
}
return;

View file

@ -57,7 +57,6 @@ produce(struct natstr *np, struct sctstr *sp, short *vec, int work,
int desig, int neweff, int *cost, int *amount)
{
register struct pchrstr *product;
int vtype;
double p_e;
double prodeff;
s_char *resource;