summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/abyss.h26
1 files changed, 3 insertions, 23 deletions
diff --git a/crawl-ref/source/abyss.h b/crawl-ref/source/abyss.h
index e2ac5e4887..7ecebd9e82 100644
--- a/crawl-ref/source/abyss.h
+++ b/crawl-ref/source/abyss.h
@@ -10,31 +10,11 @@
#ifndef ABYSS_H
#define ABYSS_H
-
-// last updated 02apr2001 {gdl}
-/* ***********************************************************************
- * called from: dungeon
- * *********************************************************************** */
-void generate_abyss(void);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void area_shift(void);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: spells1 - spells3 - spells4
- * *********************************************************************** */
-void abyss_teleport( bool new_area );
-
+void generate_abyss();
+void area_shift();
+void abyss_teleport(bool new_area);
void save_abyss_uniques();
-
bool lugonu_corrupt_level(int power);
-
void run_corruption_effects(int duration);
#endif