removed unused variable

This commit is contained in:
Christian Kroll 2012-11-05 21:54:16 +00:00
parent 1985f4829a
commit 3c1fc902f4
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ void simDrawMatrix(HDC hdc)
unsigned int c, p, x, y, absX;
/* geometric values */
RECT rect = {0, 0, WND_X_EXTENTS, WND_Y_EXTENTS};
int left, right, top, bottom;
/* lookup table for fast bit shifts of the value 0x01 */