summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index b00ade5c..9aa3409c 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2527,7 +2527,6 @@ struct spell_type
{
cptr name; /* Name */
byte skill_level; /* Required level (to learn) */
- s16b level; /* Spell level(0 = not learnt) */
string_list *description; /* List of strings */
bool_ *(*effect_func)(int o_idx); /* Spell effect function */