From afb7b0da2236ce8357305a3205fef6e5d22e550b Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 27 May 2020 03:53:16 +0000 Subject: [PATCH] Remove dp_model_t.brushq2 field because it's never been used (q2bsp is loaded into the brushq1 struct due to how similar it is). git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12596 d7cf8633-e32d-0410-b094-e92efae38249 --- model_shared.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/model_shared.h b/model_shared.h index 2e0052ee..cd8eb168 100644 --- a/model_shared.h +++ b/model_shared.h @@ -883,12 +883,6 @@ typedef struct model_brushq1_s } model_brushq1_t; -typedef struct model_brushq2_s -{ - int dummy; // MSVC can't handle an empty struct -} -model_brushq2_t; - typedef struct model_brushq3_s { int num_models; @@ -1067,7 +1061,6 @@ typedef struct model_s model_sprite_t sprite; model_brush_t brush; model_brushq1_t brushq1; - model_brushq2_t brushq2; model_brushq3_t brushq3; // flags this model for offseting sounds to the model center (used by brush models) int soundfromcenter; -- 2.39.2