From a43f5a8ecac4323309954a58ba940efdc956e06c Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 8 Jan 2016 20:08:06 -0600 Subject: [PATCH] Remove now unused variable from SpawnPolyobj --- src/po_man.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/po_man.cpp b/src/po_man.cpp index fac9a660b9..727591bd51 100644 --- a/src/po_man.cpp +++ b/src/po_man.cpp @@ -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)