]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
Updated Transfusion map list
[xonotic/darkplaces.git] / gl_backend.h
index f26fa654da509c807e4e8408b99527942e2477f7..143b0f248b614c1f72d7df646cb91add00006f3d 100644 (file)
@@ -7,8 +7,6 @@
 #define POLYGONELEMENTS_MAXPOINTS 258
 extern int polygonelements[768];
 
-void GL_DrawRangeElements(int firstvert, int endvert, int indexcount, const int *index);
-
 void GL_SetupView_ViewPort (int x, int y, int width, int height);
 void GL_SetupView_Orientation_Identity (void);
 void GL_SetupView_Orientation_FromEntity (vec3_t origin, vec3_t angles);