From b6540a95efc927931dea30a41a836d86211f7ff7 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 16 Jul 2017 11:15:23 -0700 Subject: [PATCH] Remove declarations for unused variables in xlspwin.c --- src/xlspwin.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/xlspwin.c b/src/xlspwin.c index dccca6b..08ff3df 100644 --- a/src/xlspwin.c +++ b/src/xlspwin.c @@ -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;