summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
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;