recent dead code(trunk only)

remove function zero_anything() completely, as it isn't needed any longer
This commit is contained in:
nethack.allison
2006-07-11 12:28:19 +00:00
parent 65e12e0362
commit e9a6ed3766
2 changed files with 0 additions and 8 deletions

View File

@@ -57,13 +57,6 @@ struct obj *obj;
return &tmp_anything;
}
void
zero_anything(any)
anything *any;
{
*any = zeroany;
}
boolean
revive_nasty(x, y, msg)
int x,y;