Remove unused var.

This commit is contained in:
riccardom 2009-04-14 19:09:25 +00:00
parent eeed006c67
commit 6e6e97c551
1 changed files with 0 additions and 1 deletions

View File

@ -2074,7 +2074,6 @@ void GPU::_spriteRender(u8 * dst, u8 * dst_alpha, u8 * typeTab, u8 * prioTab)
#endif
)
{
const int oamNum = 127 - i;
//for each sprite:
size sprSize;