summaryrefslogtreecommitdiff
path: root/src/w_wad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w_wad.h')
-rw-r--r--src/w_wad.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/w_wad.h b/src/w_wad.h
index bf010d5b..cb267dd3 100644
--- a/src/w_wad.h
+++ b/src/w_wad.h
@@ -36,21 +36,6 @@
//
// TYPES
//
-typedef struct
-{
- // Should be "IWAD" or "PWAD".
- char identification[4];
- int numlumps;
- int infotableofs;
-} wadinfo_t;
-
-
-typedef struct
-{
- int filepos;
- int size;
- char name[8];
-} filelump_t;
//
// WADFILE I/O related stuff.