Browse Source

removed unused variable

feature/2015
Christian Kroll 12 years ago
parent
commit
3c1fc902f4
  1. 1
      simulator/winmain.c

1
simulator/winmain.c

@ -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 */

Loading…
Cancel
Save