From ed1c592a9ae062d8b0398c2b09f9e1889d367bfa Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 6 Jan 2016 03:23:24 +0200 Subject: [PATCH] Remove double defines of hunger states --- src/apply.c | 2 -- src/shk.c | 2 -- 2 files changed, 4 deletions(-) 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;