Remove unused variable and comment BTcoords while its users are commentend too.

This commit is contained in:
riccardom 2009-03-15 14:40:46 +00:00
parent f16052595d
commit b95a7cc921
1 changed files with 1 additions and 2 deletions

View File

@ -148,7 +148,7 @@ static u32 clInd2 = 0;
#endif
static u32 BTind = 0;
static u32 PTind = 0;
static CACHE_ALIGN float BTcoords[6] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
//static CACHE_ALIGN float BTcoords[6] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
static CACHE_ALIGN float PTcoords[4] = {0.0, 0.0, 0.0, 1.0};
//raw ds format poly attributes
@ -1347,7 +1347,6 @@ void gfx3d_glFlush(u32 v)
if(!poly.isTranslucent())
gfx3d.indexlist[ctr++] = i;
}
int translucentPolyStart = ctr;
//then look for translucent polys
for(int i=0;i<polycount;i++) {
POLY &poly = polylist->list[i];