summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/qfiles.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/qcommon/qfiles.h b/src/qcommon/qfiles.h
index 47dc75eb..72189261 100644
--- a/src/qcommon/qfiles.h
+++ b/src/qcommon/qfiles.h
@@ -282,12 +282,6 @@ typedef struct {
* - Thilo Schulz (arny@ats.s.bawue.de)
*/
-// If you want to enable support for Raven's .mdr / md4 format, uncomment the next
-// line.
-//#define RAVENMD4
-
-#ifdef RAVENMD4
-
#define MDR_IDENT (('5'<<24)+('M'<<16)+('D'<<8)+'R')
#define MDR_VERSION 2
#define MDR_MAX_BONES 128
@@ -390,7 +384,6 @@ typedef struct {
int ofsEnd; // end of file
} mdrHeader_t;
-#endif
/*
==============================================================================