]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
GL_SetupView_* functions added, they replace most of R_Mesh_Start's functionality...
[xonotic/darkplaces.git] / render.h
index 05dcd5f77652f0b7951de1d24c04448654575989..426893c84eedda9732a99837eda107abd2bf999f 100644 (file)
--- a/render.h
+++ b/render.h
@@ -162,10 +162,6 @@ extern cvar_t r_render;
 extern cvar_t r_textureunits;
 extern cvar_t gl_dither;
 
-// FIXME: this should live in the backend only
-void GL_LockArray(int first, int count);
-void GL_UnlockArray(void);
-
 #include "gl_backend.h"
 
 #include "r_light.h"