summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-30 09:22:53 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-30 09:25:12 -0400
commit558a98ed51ecc75a3165300f2398d792b081a320 (patch)
tree0811251c0a1ac9b9820119a7bfa80ead343aa5b9 /crawl-ref/source/food.h
parent046b55b154512ef5c0f7a5cf8626d3cb9334d6d8 (diff)
downloadcrawl-ref-558a98ed51ecc75a3165300f2398d792b081a320.tar.gz
crawl-ref-558a98ed51ecc75a3165300f2398d792b081a320.zip
Remove an unused function (gammafunk).
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 333c585a28..ece9154316 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -21,7 +21,6 @@
#define HUNGER_DEFAULT 5900
#define HUNGER_MAXIMUM 11900
-int count_corpses_in_pack(bool blood_only = false);
bool butchery(int which_corpse = -1, bool bottle_blood = false);
bool eat_food(int slot = -1);