From b95a7cc9219c605901406fe58ca9103627de4050 Mon Sep 17 00:00:00 2001 From: riccardom Date: Sun, 15 Mar 2009 14:40:46 +0000 Subject: [PATCH] Remove unused variable and comment BTcoords while its users are commentend too. --- desmume/src/gfx3d.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/desmume/src/gfx3d.cpp b/desmume/src/gfx3d.cpp index 99a5fb3ba..56adf718a 100644 --- a/desmume/src/gfx3d.cpp +++ b/desmume/src/gfx3d.cpp @@ -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;ilist[i];