removed unused variable
This commit is contained in:
parent
1985f4829a
commit
3c1fc902f4
|
@ -158,7 +158,6 @@ void simDrawMatrix(HDC hdc)
|
||||||
unsigned int c, p, x, y, absX;
|
unsigned int c, p, x, y, absX;
|
||||||
|
|
||||||
/* geometric values */
|
/* geometric values */
|
||||||
RECT rect = {0, 0, WND_X_EXTENTS, WND_Y_EXTENTS};
|
|
||||||
int left, right, top, bottom;
|
int left, right, top, bottom;
|
||||||
|
|
||||||
/* lookup table for fast bit shifts of the value 0x01 */
|
/* lookup table for fast bit shifts of the value 0x01 */
|
||||||
|
|
Loading…
Reference in New Issue