From: Miroslav Lichvar Date: Wed, 25 Oct 2023 08:45:30 +0000 (+0200) Subject: remove unused variables X-Git-Tag: r0-52-24~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ae657d65a2d1a0aaef82b809ac803ccdbf68c86;p=thirdparty%2Fnewt.git remove unused variables --- diff --git a/dialogboxes.c b/dialogboxes.c index f0a53d3..9658e36 100644 --- a/dialogboxes.c +++ b/dialogboxes.c @@ -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;