summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-22 18:38:09 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-22 18:38:09 +0100
commit97c42872e9da98a7aa4a1d5fe70bfc1e8adfa68c (patch)
tree74ca3b6b0cff3443650ca3e82fb010390a00e147 /src/types.h
parent92344ee3f306ecdfd1da4365ffc5cab6eaa29afd (diff)
Split school_book_type out of types.h
- Rename to school_book - Remove pointless spell_idx_list indirection
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/types.h b/src/types.h
index ab62c208..ff944c0e 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,7 +1,6 @@
/* File: types.h */
#include "types_fwd.h"
-#include "spell_idx_list_fwd.h"
/* Purpose: global type declarations */
@@ -2472,14 +2471,6 @@ struct school_type
};
/*
- * School book.
- */
-typedef struct school_book_type school_book_type;
-struct school_book_type {
- struct spell_idx_list *spell_idx_list;
-};
-
-/*
* Desc for GF_FOO
*/
typedef struct gf_name_type gf_name_type;