Get rid of unused GLW_InitExtensions()

Unused forward declaration.
This commit is contained in:
dhewg 2011-12-29 17:20:55 +01:00
parent 32530bf7a2
commit 73779eca39

View file

@ -49,8 +49,6 @@ If you have questions concerning this license or the applicable additional terms
#include "sys/win32/win_local.h"
static void GLW_InitExtensions( void );
// WGL_ARB_extensions_string
static PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;