mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-19 07:51:54 +00:00
Remove wglGetExtensionsStringARB from win_local.h
It's only used in win_glimp.cpp
This commit is contained in:
parent
1afe61cc8d
commit
e6d8509752
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue