summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2011-01-08 14:19:26 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2011-01-08 14:19:26 +0530
commit0195266c3ce2dcb2203c27247eaae3dc834f666b (patch)
treecd58d913283427f4a31677090e9d3104923649a9 /crawl-ref/source/makeitem.h
parent315efd1a6698e528951341588de21a4f9ee5a7a5 (diff)
downloadcrawl-ref-0195266c3ce2dcb2203c27247eaae3dc834f666b.tar.gz
crawl-ref-0195266c3ce2dcb2203c27247eaae3dc834f666b.zip
Remove unused item_corpse prototype.
Diffstat (limited to 'crawl-ref/source/makeitem.h')
-rw-r--r--crawl-ref/source/makeitem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h
index 3f6140b918..65f462c5e8 100644
--- a/crawl-ref/source/makeitem.h
+++ b/crawl-ref/source/makeitem.h
@@ -27,11 +27,6 @@ int items(int allow_uniques, object_class_type force_class, int force_type,
bool dont_place, int item_level, int item_race,
uint32_t mapmask = 0, int force_ego = 0, int agent = -1);
-// Create a corpse item for the given monster with the supplied spec.
-class item_spec;
-enum monster_type;
-int item_corpse(monster_type monster, const item_spec &ispec);
-
void item_colour(item_def &item);
void init_rod_mp(item_def &item, int ncharges = -1, int item_level = -1);