Comment a variable used for already commented code.

This commit is contained in:
riccardom 2009-01-13 19:54:13 +00:00
parent 1d9ba5599d
commit 84e4fa02d3
1 changed files with 1 additions and 1 deletions

View File

@ -1269,7 +1269,7 @@ static void OGLRender()
{
u32 lastTextureFormat = 0, lastTexturePalette = 0, lastPolyAttr = 0;
int lastProjIndex = -1;
// int lastProjIndex = -1;
for(int i=0;i<gfx3d.polylist->count;i++) {
POLY *poly = &gfx3d.polylist->list[gfx3d.indexlist[i]];