eliminate unused code

This commit is contained in:
pionere 2020-12-22 22:02:56 +01:00 committed by Anders Jenbo
commit f5c1079d6f
43 changed files with 206 additions and 449 deletions

View file

@ -7,8 +7,6 @@
DEVILUTION_BEGIN_NAMESPACE
/** unused, this was probably for blood boil/burn */
int spurtndx;
DeadStruct dead[MAXDEAD];
int stonendx;
@ -42,7 +40,6 @@ void InitDead()
dead[nd]._deadWidth = 128;
dead[nd]._deadWidth2 = 32;
dead[nd]._deadtrans = 0;
spurtndx = nd + 1;
nd++;
for (d = 0; d < 8; d++)