]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
Remove some unused stuff related to glDrawRangeElements.
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index ac3e17f54a9c7e98dcb57edab31f574060683f8e..25b5168f7a744bffeb0b66778a175bb6d6686d08 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -95,9 +95,6 @@ typedef struct viddef_s
        renderpath_t renderpath;
        qboolean allowalphatocoverage; // indicates the GL_AlphaToCoverage function works on this renderpath and framebuffer
 
-       unsigned int drawrangeelements_maxvertices;
-       unsigned int drawrangeelements_maxindices;
-
        unsigned int maxtexturesize_2d;
        unsigned int maxtexturesize_3d;
        unsigned int maxtexturesize_cubemap;