summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/lev-pand.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/lev-pand.h')
-rw-r--r--stone_soup/crawl-ref/source/lev-pand.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/stone_soup/crawl-ref/source/lev-pand.h b/stone_soup/crawl-ref/source/lev-pand.h
deleted file mode 100644
index 6868ad4bf1..0000000000
--- a/stone_soup/crawl-ref/source/lev-pand.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * File: lev-pand.h
- * Summary: Functions used in Pandemonium.
- * Written by: Linley Henzell
- *
- * Change History (most recent first):
- *
- * <1> -/--/-- LRH Created
- */
-
-
-#ifndef LEVPAND_H
-#define LEVPAND_H
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: abyss - misc
- * *********************************************************************** */
-void init_pandemonium(void);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr - misc
- * *********************************************************************** */
-void pandemonium_mons(void);
-
-
-#endif