summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.h')
-rw-r--r--crawl-ref/source/mstuff2.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/mstuff2.h b/crawl-ref/source/mstuff2.h
index 9f55d933ee..c89f3ec272 100644
--- a/crawl-ref/source/mstuff2.h
+++ b/crawl-ref/source/mstuff2.h
@@ -91,15 +91,6 @@ void monster_teleport(struct monsters *monster, bool instan,
* *********************************************************************** */
void spore_goes_pop(struct monsters *monster);
-
-// last updated Jan14,2001 -- gdl
-/* ***********************************************************************
- * called from: monstuff
- * *********************************************************************** */
-void throw_type(int lnchClass, int lnchType, int wepClass, int wepType,
- bool &launched, bool &thrown);
-
-
bool orange_statue_effects(monsters *mons);
bool silver_statue_effects(monsters *mons);
bool moth_incite_monsters(const monsters *mon);