From: cohrs Date: Tue, 3 Oct 2006 03:19:59 +0000 (+0000) Subject: symset followup X-Git-Tag: MOVE2GIT~862 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94cca17049d9dab38d69cbd439e069a480d98d89;p=nethack symset followup remove a couple unused variables --- diff --git a/src/options.c b/src/options.c index 14554a11c..ae23b469e 100644 --- a/src/options.c +++ b/src/options.c @@ -3156,9 +3156,7 @@ boolean setinitial,setfromfile; !strcmp("roguesymset", optname)) { menu_item *symset_pick = (menu_item *)0; boolean primaryflag = (*optname == 's'), - rogueflag = (*optname == 'r'), - ready_to_switch = FALSE, - nothing_to_do = FALSE; + rogueflag = (*optname == 'r'); #ifdef LOADSYMSETS int res; char *symset_name, fmtstr[20];