summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-22 22:42:31 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:09:35 +0100
commit23345a602829f683c44392dc24c440dbc8c76005 (patch)
treec14d58708738bdf32a4cc29db35aee73820e8398 /src
parentc5de7e5167233f6c0e9f499a9323fa4b084f775c (diff)
Remove struct magic_type
Diffstat (limited to 'src')
-rw-r--r--src/types.h13
-rw-r--r--src/types_fwd.h1
2 files changed, 0 insertions, 14 deletions
diff --git a/src/types.h b/src/types.h
index 85bb91a8..5ebf22e8 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1016,19 +1016,6 @@ struct store_action_type
};
/*
- * the spell function must provide the desc
- */
-typedef struct magic_type magic_type;
-
-struct magic_type
-{
- byte slevel; /* Required level (to learn) */
- byte smana; /* Required mana (to cast) */
- byte sfail; /* Minimum chance of failure */
- byte sexp; /* Encoded experience bonus */
-};
-
-/*
* Player sex info
*/
diff --git a/src/types_fwd.h b/src/types_fwd.h
index 7bf933ab..f52d9c03 100644
--- a/src/types_fwd.h
+++ b/src/types_fwd.h
@@ -28,7 +28,6 @@ struct owner_type;
struct store_type;
struct store_info_type;
struct store_action_type;
-struct magic_type;
struct player_sex;
struct player_race;
struct player_race_mod;