Remove unused variable

This commit is contained in:
Pasi Kallinen
2017-09-02 15:22:42 +03:00
parent bfad877fba
commit 27b483c1a8

View File

@@ -840,7 +840,7 @@ menu_item **pick_list; /* return list of items picked */
int how; /* type of query */
boolean FDECL((*allow), (OBJ_P)); /* allow function */
{
int i, n, actualn;
int i, n;
winid win;
struct obj *curr, *last, fake_hero_object, *olist = *olist_p;
char *pack;
@@ -859,7 +859,6 @@ boolean FDECL((*allow), (OBJ_P)); /* allow function */
last = curr;
n++;
}
actualn = n;
if (engulfer) {
++n;
/* don't autoselect swallowed hero if it's the only choice */