]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Remove dp_model_t.brushq2 field because it's never been used (q2bsp is loaded into...
[xonotic/darkplaces.git] / model_shared.h
index 2e0052eed15e7f725d444ff53dbabcc7b0141b74..cd8eb168e986f78591ad9c7da840df403aa48fd9 100644 (file)
@@ -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;