]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
remove unused variables
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 25 Oct 2023 08:45:30 +0000 (10:45 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 25 Oct 2023 08:45:30 +0000 (10:45 +0200)
dialogboxes.c

index f0a53d369da44e3c650deee1f31b105c9abb0740..9658e36b1f39919d0a7c461325b789f6018b8dd7 100644 (file)
@@ -259,7 +259,6 @@ int listBox(const char * text, int height, int width, int listHeight, poptContex
     newtComponent form = NULL, okay, tb, answer, listBox;
     newtComponent cancel = NULL;
     const char * arg;
-    char * end;
     int numItems = 0;
     int allocedItems = 5;
     int i, top;
@@ -403,7 +402,6 @@ int checkList(const char * text, int height, int width, int listHeight,
     newtComponent form = NULL, okay, tb, subform, answer;
     newtComponent sb = NULL, cancel = NULL;
     const char * arg;
-    char * end;
     int numBoxes = 0;
     int allocedBoxes = 5;
     int i;