]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
Removed GL_OpenLibrary and GL_CloseLibrary from "vid.h" and "vid_null.c"
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index dbaa81aafc285c12ef1b590d8a21535412f177c6..e845edd6ede8cac65c39b74f282473e019c5e879 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -96,8 +96,6 @@ extern qboolean isRagePro;
 // LordHavoc: GLX_SGI_swap_control and WGL_EXT_swap_control
 extern int gl_videosyncavailable;
 
-int GL_OpenLibrary(const char *name);
-void GL_CloseLibrary(void);
 void *GL_GetProcAddress(const char *name);
 int GL_CheckExtension(const char *name, const dllfunction_t *funcs, const char *disableparm, int silent);