From: havoc Date: Mon, 9 May 2005 15:51:19 +0000 (+0000) Subject: remove qwgl externs, as they are not used outside vid_wgl.c X-Git-Tag: xonotic-v0.1.0preview~4924 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=3d7ffe3a3841ba8efed3f815dee5a3bbb184c990 remove qwgl externs, as they are not used outside vid_wgl.c git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5255 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/glquake.h b/glquake.h index 865379a5..12cc1165 100644 --- a/glquake.h +++ b/glquake.h @@ -491,19 +491,6 @@ extern void (GLAPIENTRY *qglCopyTexSubImage2D)(GLenum target, GLint level, GLint extern void (GLAPIENTRY *qglPolygonOffset)(GLfloat factor, GLfloat units); -#if WIN32 -extern int (WINAPI *qwglChoosePixelFormat)(HDC, CONST PIXELFORMATDESCRIPTOR *); -extern int (WINAPI *qwglDescribePixelFormat)(HDC, int, UINT, LPPIXELFORMATDESCRIPTOR); -//extern int (WINAPI *qwglGetPixelFormat)(HDC); -extern BOOL (WINAPI *qwglSetPixelFormat)(HDC, int, CONST PIXELFORMATDESCRIPTOR *); -extern BOOL (WINAPI *qwglSwapBuffers)(HDC); -extern HGLRC (WINAPI *qwglCreateContext)(HDC); -extern BOOL (WINAPI *qwglDeleteContext)(HGLRC); -extern PROC (WINAPI *qwglGetProcAddress)(LPCSTR); -extern BOOL (WINAPI *qwglMakeCurrent)(HDC, HGLRC); -extern BOOL (WINAPI *qwglSwapIntervalEXT)(int interval); -#endif - // GL_ARB_shader_objects extern int gl_support_shader_objects; #ifndef GL_PROGRAM_OBJECT_ARB