summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 08:35:38 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 08:35:38 +0000
commit3c5f4948b8420f34873c9750bc0bb6db4be3a052 (patch)
tree1ac36fe8b52dc9533be0c9f05034c64a60521802 /crawl-ref
parent2b5f67c49a30df198137b5293e321647779c2e12 (diff)
downloadcrawl-ref-3c5f4948b8420f34873c9750bc0bb6db4be3a052.tar.gz
crawl-ref-3c5f4948b8420f34873c9750bc0bb6db4be3a052.zip
Remove now-unneeded prototype.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9171 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 26f0ea3bd6..f2da9ef993 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -102,7 +102,6 @@ void eat_inventory_item(int which_inventory_slot);
bool prompt_eat_inventory_item(int slot = -1);
void chunk_nutrition_message(int nutrition);
-int apply_herbivore_nutrition_effects(int nutrition);
void vampire_nutrition_per_turn(const item_def &corpse, int feeding = 0);