1
0
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:
Nick Briggs
2017-07-16 11:15:23 -07:00
parent 8fa956e3fb
commit b6540a95ef

View File

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