]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
-CL_Video now allows multiple streams again. It is registered as a r_module
[xonotic/darkplaces.git] / gl_backend.c
index a400d8b56f8b185617fe5cb1f1a4f6fb75255b40..143387522bf38e72559aa4eb29b9ae71d1b77db1 100644 (file)
@@ -75,8 +75,6 @@ void GL_PrintError(int errornumber, char *filename, int linenumber)
 
 #define BACKENDACTIVECHECK if (!backendactive) Sys_Error("GL backend function called when backend is not active\n");
 
-int c_meshs, c_meshelements;
-
 void SCR_ScreenShot_f (void);
 
 static matrix4x4_t backend_viewmatrix;