summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/types.h b/src/types.h
index dd9c1987..26b8b21d 100644
--- a/src/types.h
+++ b/src/types.h
@@ -81,21 +81,8 @@ typedef struct header header;
struct header
{
- byte v_major; /* Version -- major */
- byte v_minor; /* Version -- minor */
- byte v_patch; /* Version -- patch */
- byte v_extra; /* Version -- extra */
-
-
u16b info_num; /* Number of "info" records */
- u16b info_len; /* Size of each "info" record */
-
-
- u32b head_size; /* Size of the "header" in bytes */
-
- u32b info_size; /* Size of the "info" array in bytes */
-
u32b name_size; /* Size of the "name" array in bytes */
u32b text_size; /* Size of the "text" array in bytes */