From: Neal Gompa Date: Thu, 13 May 2010 04:09:20 +0000 (-0500) Subject: Removed redundant OpenGL utility function definition X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=fdbfc61e2834e189b0e903b981094c046b1862a0;p=lugaru.git Removed redundant OpenGL utility function definition --- diff --git a/Source/gamegl.h b/Source/gamegl.h index 482a21d..20d94ce 100644 --- a/Source/gamegl.h +++ b/Source/gamegl.h @@ -54,7 +54,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "MacCompatibility.h" //#include "il/ilut.h" - #define glDeleteTextures( a, b) glDeleteTextures( (a), (const unsigned int *)(b) ); #endif #if !PLATFORM_MACOSX