Remove wglGetExtensionsStringARB from win_local.h

It's only used in win_glimp.cpp
This commit is contained in:
dhewg 2011-12-29 16:45:35 +01:00
parent 1afe61cc8d
commit e6d8509752
2 changed files with 1 additions and 4 deletions

View file

@ -52,7 +52,7 @@ If you have questions concerning this license or the applicable additional terms
static void GLW_InitExtensions( void );
// WGL_ARB_extensions_string
PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;
static PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;
// WGL_EXT_swap_interval
PFNWGLSWAPINTERVALEXTPROC wglSwapIntervalEXT;

View file

@ -48,9 +48,6 @@ If you have questions concerning this license or the applicable additional terms
#include "renderer/wglext.h" // windows OpenGL extensions
#include "sys/sys_public.h"
// WGL_ARB_extensions_string
extern PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;
// WGL_EXT_swap_interval
extern PFNWGLSWAPINTERVALEXTPROC wglSwapIntervalEXT;