From 16318e7c9e23bd98405341be255e40a88f3d4d34 Mon Sep 17 00:00:00 2001 From: Kp Date: Mon, 22 Aug 2016 00:31:15 +0000 Subject: [PATCH] Remove empty #if/#endif in loadgl.h Prior rewrites left empty conditionals. Remove those conditionals. --- common/include/loadgl.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common/include/loadgl.h b/common/include/loadgl.h index b8fbd063f..80f9c9431 100644 --- a/common/include/loadgl.h +++ b/common/include/loadgl.h @@ -182,8 +182,6 @@ #ifdef _WIN32 #define wglGetProcAddress dwglGetProcAddress -#if (WINVER >= 0x0500) -#endif #endif typedef void (OGLFUNCCALL *glAlphaFunc_fp)(GLenum func, GLclampf ref); @@ -238,8 +236,6 @@ typedef void (OGLFUNCCALL *glSelectTextureSGIS_fp)(GLenum target); #ifdef _WIN32 typedef PROC (OGLFUNCCALL *wglGetProcAddress_fp)(LPCSTR); -#if (WINVER >= 0x0500) -#endif #endif DEFVAR glAlphaFunc_fp dglAlphaFunc; @@ -294,8 +290,6 @@ DEFVAR glSelectTextureSGIS_fp dglSelectTextureSGIS; #ifdef _WIN32 DEFVAR wglGetProcAddress_fp dwglGetProcAddress; -#if (WINVER >= 0x0500) -#endif #endif #ifdef DECLARE_VARS