]> granicus.if.org Git - nethack/commitdiff
unused variables
authorcohrs <cohrs>
Sun, 27 Jan 2002 04:19:44 +0000 (04:19 +0000)
committercohrs <cohrs>
Sun, 27 Jan 2002 04:19:44 +0000 (04:19 +0000)
src/options.c

index ef388ac984f1fe0f4ba971fc41087870cf3074ca..0f17af8df896c31f8193a061abb699bcebce3c3a 100644 (file)
@@ -2372,7 +2372,6 @@ char *buf;
        else if (!strcmp(optname, "catname")) 
                Sprintf(buf, "%s", catname[0] ? catname : none );
        else if (!strcmp(optname, "disclose")) {
-               boolean all = TRUE, dnone = TRUE;
                for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) {
                        char topt[2];
                        topt[1] = '\0';