summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-29 05:19:30 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-10-31 22:59:39 +0100
commitf73d0cfe86df169f25b19233024fa3e1acced18a (patch)
treefbbf7cebff2b993d333c60936cb8eb962fb9ba11 /crawl-ref/source/items.h
parentd215302b3ce82eb889dff28258454f84dab7ebd7 (diff)
downloadcrawl-ref-f73d0cfe86df169f25b19233024fa3e1acced18a.tar.gz
crawl-ref-f73d0cfe86df169f25b19233024fa3e1acced18a.zip
Make a few functions gone or static.
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 2912a52a66..b79a365f52 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -88,7 +88,6 @@ bool move_top_item(const coord_def &src, const coord_def &dest);
// Get the top item in a given cell. If there are no items, return NULL.
const item_def* top_item_at(const coord_def& where);
-item_def *corpse_at(coord_def pos, int *num_corpses = NULL);
// Returns whether there is more than one item in a given cell.
bool multiple_items_at(const coord_def& where);