Delete unusued local variable

This commit is contained in:
HMM
2019-09-27 15:42:50 -04:00
parent f68561fbe1
commit 1f5e619887

View File

@@ -5285,7 +5285,7 @@ boolean setinitial, setfromfile;
goto menucolors_again;
}
} else if (!strcmp("autopickup_exception", optname)) {
int opt_idx, pass, numapes = 0;
int opt_idx, numapes = 0;
char apebuf[2 + BUFSZ]; /* so &apebuf[1] is BUFSZ long for getlin() */
struct autopickup_exception *ape;