From 20c7c369966f7f1add4a1644bb816b0c31e8eff3 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 4 Apr 2019 23:18:28 +0300 Subject: [PATCH] ref_gl: remove dead WGL extensions --- ref_gl/gl_local.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ref_gl/gl_local.h b/ref_gl/gl_local.h index 08199e6d..ad398099 100644 --- a/ref_gl/gl_local.h +++ b/ref_gl/gl_local.h @@ -598,9 +598,6 @@ void TriCullFace( TRICULLSTYLE mode ); enum { GL_OPENGL_110 = 0, // base - GL_WGL_EXTENSIONS, - GL_WGL_SWAPCONTROL, - GL_WGL_PROCADDRESS, GL_ARB_MULTITEXTURE, GL_TEXTURE_CUBEMAP_EXT, GL_ANISOTROPY_EXT,