mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
Remove declarations for unused variables in xlspwin.c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user