summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-10 22:58:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-11 00:51:33 +0200
commit99c5dff9f0eff2e7ca1d8405e14e883f221184ba (patch)
tree3c69258a0ed25b8dc90cb6ae6bd82bd8ce319039 /crawl-ref/source/food.h
parentb88a8265d533c132b0068b294e53e40fed69c5ac (diff)
downloadcrawl-ref-99c5dff9f0eff2e7ca1d8405e14e883f221184ba.tar.gz
crawl-ref-99c5dff9f0eff2e7ca1d8405e14e883f221184ba.zip
Remove code for finding out unknown amulets of gourmand.
They auto-id since some time already.
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index e79ba9fd95..93405fb5b0 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -60,7 +60,6 @@ bool causes_rot(const item_def &food);
bool is_inedible(const item_def &item);
bool is_preferred_food(const item_def &food);
bool is_forbidden_food(const item_def &food);
-bool check_amu_the_gourmand(bool reqid);
bool can_ingest(const item_def &food, bool suppress_msg,
bool reqid = false, bool check_hunger = true);