remove unused variables

This commit is contained in:
Glenn Maynard
2002-09-07 10:15:27 +00:00
parent d252e31244
commit 6862fedc38
9 changed files with 3 additions and 21 deletions
-1
View File
@@ -29,7 +29,6 @@ void GrayArrowRow::Load( PlayerNumber pn )
{
m_PlayerNumber = pn;
GameDef* pGameDef = GAMESTATE->GetCurrentGameDef();
const StyleDef* pStyleDef = GAMESTATE->GetCurrentStyleDef();
m_iNumCols = pStyleDef->m_iColsPerPlayer;