From: Pasi Kallinen Date: Wed, 6 Jan 2016 01:23:24 +0000 (+0200) Subject: Remove double defines of hunger states X-Git-Tag: NetHack-3.6.1_RC01~1064^2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed1c592a9ae062d8b0398c2b09f9e1889d367bfa;p=nethack Remove double defines of hunger states --- diff --git a/src/apply.c b/src/apply.c index 0af45749a..0136421d3 100644 --- a/src/apply.c +++ b/src/apply.c @@ -773,8 +773,6 @@ beautiful() : "ugly"); } -#define WEAK 3 /* from eat.c */ - static const char look_str[] = "look %s."; STATIC_OVL int diff --git a/src/shk.c b/src/shk.c index ca3893b1f..b2208d399 100644 --- a/src/shk.c +++ b/src/shk.c @@ -3118,8 +3118,6 @@ quit: return 0; } -#define HUNGRY 2 - STATIC_OVL long getprice(obj, shk_buying) register struct obj *obj;