summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index bb030a9402..a5fc5d9083 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -40,15 +40,6 @@ void down_stairs(int old_level,
dungeon_feature_type force_stair = DNGN_UNSEEN,
entry_cause_type entry_cause = EC_UNKNOWN);
-cloud_type beam2cloud(beam_type flavour);
-beam_type cloud2beam(cloud_type flavour);
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void in_a_cloud(void);
-
// Created Sept 1, 2000 -- bwr
/* ***********************************************************************
* called from: acr misc
@@ -110,10 +101,6 @@ std::string weird_smell();
std::string weird_sound();
-std::string cloud_name(cloud_type type);
-
-bool is_damaging_cloud(cloud_type type, bool temp = false);
-
void curare_hits_player(int agent, int degree);
bool mons_is_safe(const monsters *mon, bool want_move = false);