diff --git a/include/QF/model.h b/include/QF/model.h index 67790253f..ff2cb2a33 100644 --- a/include/QF/model.h +++ b/include/QF/model.h @@ -199,7 +199,6 @@ typedef struct mleaf_s byte ambient_sound_level[NUM_AMBIENTS]; } mleaf_t; -// !!! if this is changed, it must be changed in asm_i386.h too !!! typedef struct hull_s { dclipnode_t *clipnodes; diff --git a/include/asm_i386.h b/include/asm_i386.h index 9a2665422..515cb2085 100644 --- a/include/asm_i386.h +++ b/include/asm_i386.h @@ -57,14 +57,4 @@ #define pl_pad 18 #define pl_size 20 -// hull_t structure -// !!! if this is changed, it must be changed in model.h too !!! -#define hu_clipnodes 0 -#define hu_planes 4 -#define hu_firstclipnode 8 -#define hu_lastclipnode 12 -#define hu_clip_mins 16 -#define hu_clip_maxs 28 -#define hu_size 40 - #endif