mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
rm unused variable
This commit is contained in:
@@ -76,7 +76,6 @@ static WNDCLASS hwElementClass; /* Class definition of status di
|
|||||||
static LPCTSTR hwElementClassName = "ElementClass";
|
static LPCTSTR hwElementClassName = "ElementClass";
|
||||||
static LPCTSTR hwSourceWindowName = "SourceDisplay";
|
static LPCTSTR hwSourceWindowName = "SourceDisplay";
|
||||||
static LPCTSTR hwAnalyseWindowName = "AnalyseDisplay";
|
static LPCTSTR hwAnalyseWindowName = "AnalyseDisplay";
|
||||||
static LPCTSTR hwQuitButtonName = "QuitButton";
|
|
||||||
static int RowHeight = 16; /* Height of line of text */
|
static int RowHeight = 16; /* Height of line of text */
|
||||||
static int LineHeight = 25; /* Height of input line */
|
static int LineHeight = 25; /* Height of input line */
|
||||||
static int VisibleRows = 10; /* Number of visible lines in text window */
|
static int VisibleRows = 10; /* Number of visible lines in text window */
|
||||||
|
|||||||
Reference in New Issue
Block a user