From 763ae7133505732eb738fbe2ea3a1e5f7c8662c6 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 29 Nov 2010 09:03:56 +0900 Subject: [PATCH] Remove the hull_t defines. Nothing uses them... --- include/QF/model.h | 1 - include/asm_i386.h | 10 ---------- 2 files changed, 11 deletions(-) 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