summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 3ba47b3abc..2db36672fe 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -71,17 +71,6 @@ void poison_monster( struct monsters *monster, kill_category who,
/* ***********************************************************************
- * called from: fight - monstuff - spells - spells1 - spells2
- * *********************************************************************** */
-#if 0
-void delete_cloud( int cloud );
-void new_cloud( int cloud, int type, int x, int y, int decay );
-
-void place_cloud(unsigned char cl_type, unsigned char ctarget_x, unsigned char ctarget_y, unsigned char cl_range);
-#endif
-
-
-/* ***********************************************************************
* called from: monstuff
* *********************************************************************** */
void fire_tracer( const monsters *monster, struct bolt &pbolt );