summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-08-28 13:04:47 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-08-29 23:27:05 +0200
commita35d811c39bc5fe4dc855d33a35e4602820ecdd7 (patch)
tree113873d6597cc421efa7fe8c617a9a9f8fe14260 /crawl-ref/source/itemprop.h
parenta6766e9807bf0f264b5c53c20d67a888a6cc89eb (diff)
downloadcrawl-ref-a35d811c39bc5fe4dc855d33a35e4602820ecdd7.tar.gz
crawl-ref-a35d811c39bc5fe4dc855d33a35e4602820ecdd7.zip
Purge some fruit_mask cruft.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 5571f59445..cc9130f011 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -151,7 +151,6 @@ int food_turns(const item_def &item);
bool can_cut_meat(const item_def &item);
bool food_is_rotten(const item_def &item);
bool is_fruit(const item_def & item);
-uint32_t item_fruit_mask(const item_def &item);
// generic item property functions:
int get_armour_res_fire(const item_def &arm, bool check_artp);