]> git.jsancho.org Git - lugaru.git/commitdiff
Removed redundant OpenGL utility function definition
authorNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 04:09:20 +0000 (23:09 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 04:09:20 +0000 (23:09 -0500)
Source/gamegl.h

index 482a21d31de33adbe136fc75690fd6772adf2928..20d94ce125d9799cc2c84c6a1ecb9afe411f1991 100644 (file)
@@ -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