From 7ae657d65a2d1a0aaef82b809ac803ccdbf68c86 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 25 Oct 2023 10:45:30 +0200 Subject: [PATCH] remove unused variables --- dialogboxes.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.3