summaryrefslogtreecommitdiff
path: root/src/hexen/xddefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/xddefs.h')
-rw-r--r--src/hexen/xddefs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/hexen/xddefs.h b/src/hexen/xddefs.h
index f62ac4d4..6be289f4 100644
--- a/src/hexen/xddefs.h
+++ b/src/hexen/xddefs.h
@@ -193,17 +193,4 @@ typedef struct
mappatch_t patches[1];
} PACKEDATTR maptexture_t;
-//--------------------------------------------------------------------------
-//
-// Graphics
-//
-//--------------------------------------------------------------------------
-
-// a pic is an unmasked block of pixels
-typedef struct
-{
- byte width, height;
- byte data;
-} pic_t;
-
#endif // __XDDEFS__