Remove unused variables.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5480 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-05-26 20:43:16 +00:00
parent 619dc12349
commit 57a22f670f
8 changed files with 42 additions and 36 deletions

View File

@ -131,8 +131,6 @@ inline void Draw(s32 x, s32 y, s32 xi, s32 yi)
RasterBlockPixel& pixel = rasterBlock.Pixel[xi][yi];
float invW = pixel.InvW;
tev.Position[0] = x;
tev.Position[1] = y;
tev.Position[2] = z;