]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
fix for double to float warning in MSVC
[xonotic/darkplaces.git] / model_shared.h
index 6d7cb0c26773d72e731e6aa677893079e7596c7f..21deb6a250693c59f58377e5d8cdc4d3007f0da6 100644 (file)
@@ -192,9 +192,6 @@ typedef struct model_s
        int                             sprnum_type;
        mspriteframe_t  *sprdata_frames;
 
-       // adds a box (or individual polygons) to the clipping engine,
-       // which will mark the entity visible if seen
-       void(*SERAddEntity)(void);
        // draw the model
        void(*Draw)(void);
        // draw the model's sky polygons (only used by brush models)