From 94cca17049d9dab38d69cbd439e069a480d98d89 Mon Sep 17 00:00:00 2001 From: cohrs Date: Tue, 3 Oct 2006 03:19:59 +0000 Subject: [PATCH] symset followup remove a couple unused variables --- src/options.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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];