summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
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/item_use.cc
parent046b55b154512ef5c0f7a5cf8626d3cb9334d6d8 (diff)
downloadcrawl-ref-558a98ed51ecc75a3165300f2398d792b081a320.tar.gz
crawl-ref-558a98ed51ecc75a3165300f2398d792b081a320.zip
Remove an unused function (gammafunk).
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index d17387ec46..b87450f7f4 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -1980,7 +1980,7 @@ static void _vampire_corpse_help()
if (you.species != SP_VAMPIRE)
return;
- if (check_blood_corpses_on_ground() || count_corpses_in_pack(true) > 0)
+ if (check_blood_corpses_on_ground())
mpr("Use <w>e</w> to drain blood from corpses.");
}