Removed unreferenced RECT (left over from some debugging). Fixes warning.
This commit is contained in:
parent
9e77b890a5
commit
4bdc6a9129
|
@ -846,7 +846,7 @@ LRESULT CALLBACK MemViewCallB(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa
|
|||
SCROLLINFO si;
|
||||
int x, y, i, j;
|
||||
int tempAddy;
|
||||
RECT wrect;
|
||||
|
||||
const int MemFontWidth = debugSystem->fixedFontWidth;
|
||||
const int MemFontHeight = debugSystem->fixedFontHeight;
|
||||
|
||||
|
|
Loading…
Reference in New Issue