Removed unreferenced RECT (left over from some debugging). Fixes warning.

This commit is contained in:
adelikat 2009-03-22 13:32:03 +00:00
parent 9e77b890a5
commit 4bdc6a9129
1 changed files with 1 additions and 1 deletions

View File

@ -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;