summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/it_use3.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/it_use3.h')
-rw-r--r--stone_soup/crawl-ref/source/it_use3.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/stone_soup/crawl-ref/source/it_use3.h b/stone_soup/crawl-ref/source/it_use3.h
deleted file mode 100644
index 2e5efae7c3..0000000000
--- a/stone_soup/crawl-ref/source/it_use3.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * File: it_use3.cc
- * Summary: Functions for using some of the wackier inventory items.
- * Written by: Linley Henzell
- *
- * Change History (most recent first):
- *
- * <1> -/--/-- LRH Created
- */
-
-
-#ifndef IT_USE3_H
-#define IT_USE3_H
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: item_use
- * *********************************************************************** */
-void skill_manual(char sc_read_2);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: item_use - spl-book
- * *********************************************************************** */
-void tome_of_power(char sc_read_2);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-bool evoke_wielded(void);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void special_wielded(void);
-
-
-#endif