rm unused variable

This commit is contained in:
dwarning 2009-11-09 09:16:06 +00:00
parent e09d408c0f
commit ddd6ceaebb
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ static WNDCLASS hwElementClass; /* Class definition of status di
static LPCTSTR hwElementClassName = "ElementClass";
static LPCTSTR hwSourceWindowName = "SourceDisplay";
static LPCTSTR hwAnalyseWindowName = "AnalyseDisplay";
static LPCTSTR hwQuitButtonName = "QuitButton";
static int RowHeight = 16; /* Height of line of text */
static int LineHeight = 25; /* Height of input line */
static int VisibleRows = 10; /* Number of visible lines in text window */