mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 15:57:13 +00:00
Remove declarations for unused variables in xlspwin.c
This commit is contained in:
parent
8fa956e3fb
commit
b6540a95ef
@ -81,9 +81,7 @@ void Create_LispWindow(DspInterface dsp)
|
||||
|
||||
Screen *screen;
|
||||
|
||||
Window lspwinRoot = {0};
|
||||
int lspwinX, lspwinY, Col2, Row2, Col3, Row3, GravSize;
|
||||
unsigned int lspwinHeight, lspwinWidth, lspwinBorder, lspwinDepth;
|
||||
int Col2, Row2, Col3, Row3, GravSize;
|
||||
char *WT, *IT;
|
||||
|
||||
WT = Window_Title;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user