From: cohrs Date: Tue, 12 Feb 2002 05:45:43 +0000 (+0000) Subject: unused variables bit X-Git-Tag: MOVE2GIT~3192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76f88f465e7b1dbf817b1244e789f943f163f24a;p=nethack unused variables bit --- diff --git a/src/do.c b/src/do.c index 84e726cf3..ff8fabfb6 100644 --- a/src/do.c +++ b/src/do.c @@ -612,10 +612,6 @@ int retry; menu_item *pick_list; boolean all_categories = TRUE; boolean drop_everything = FALSE; - boolean drop_blessed = FALSE; - boolean drop_cursed = FALSE; - boolean drop_uncursed = FALSE; - boolean drop_buc_unknown = FALSE; #ifndef GOLDOBJ if (u.ugold) {