]> granicus.if.org Git - nethack/commitdiff
Remove double defines of hunger states
authorPasi Kallinen <paxed@alt.org>
Wed, 6 Jan 2016 01:23:24 +0000 (03:23 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 6 Jan 2016 01:23:24 +0000 (03:23 +0200)
src/apply.c
src/shk.c

index 0af45749aebdb5237d23476a369afdfee26e28c2..0136421d3cd0a02802451eef9bf60b241d3e9c61 100644 (file)
@@ -773,8 +773,6 @@ beautiful()
                : "ugly");
 }
 
-#define WEAK 3 /* from eat.c */
-
 static const char look_str[] = "look %s.";
 
 STATIC_OVL int
index ca3893b1fd4f0afe96696169cac333feaf5cecdd..b2208d3998f722302f64e5a42a032dd6dd2577fc 100644 (file)
--- 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;