]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
removed modelsortedsurfaces
[xonotic/darkplaces.git] / model_shared.h
index d970b84f07e4813da1b138f9b63c2b3230ee8397..d35e06a5a38bb103e4669ca4a244f858f93ca981 100644 (file)
@@ -115,8 +115,6 @@ typedef struct model_s
 
        // brush model specific
        int                             firstmodelsurface, nummodelsurfaces;
-       // LordHavoc: sorted surface pointer array, sorted by shader type and then by texture
-       msurface_t              **modelsortedsurfaces; // [nummodelsurfaces]
 
        // lightmap format, set to r_lightmaprgba when model is loaded
        int                             lightmaprgba;