]> granicus.if.org Git - nethack/commitdiff
symset followup
authorcohrs <cohrs>
Tue, 3 Oct 2006 03:19:59 +0000 (03:19 +0000)
committercohrs <cohrs>
Tue, 3 Oct 2006 03:19:59 +0000 (03:19 +0000)
remove a couple unused variables

src/options.c

index 14554a11cec16b4ad68bca935c10342d07461a3b..ae23b469eb8796588dcf5a3f048ca45c3cf52834 100644 (file)
@@ -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];