Remove now unused variable from SpawnPolyobj

This commit is contained in:
Randy Heit 2016-01-08 20:08:06 -06:00
parent cf564c60c2
commit a43f5a8eca
1 changed files with 0 additions and 1 deletions

View File

@ -1542,7 +1542,6 @@ static void SpawnPolyobj (int index, int tag, int type)
{
unsigned int ii;
int i;
int j;
FPolyObj *po = &polyobjs[index];
for (ii = 0; ii < KnownPolySides.Size(); ++ii)