Mercurial > sdl-ios-xcode
diff include/SDL_opengl.h @ 1978:542c78b6fb12
MacOS Classic is no longer supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 14:54:23 +0000 |
parents | c121d94672cb |
children | 44be910366a9 |
line wrap: on
line diff
--- a/include/SDL_opengl.h Thu Aug 10 14:35:42 2006 +0000 +++ b/include/SDL_opengl.h Thu Aug 10 14:54:23 2006 +0000 @@ -37,9 +37,6 @@ #if defined(__MACOSX__) #include <OpenGL/gl.h> /* Header File For The OpenGL Library */ #include <OpenGL/glu.h> /* Header File For The GLU Library */ -#elif defined(__MACOS__) -#include <gl.h> /* Header File For The OpenGL Library */ -#include <glu.h> /* Header File For The GLU Library */ #else #include <GL/gl.h> /* Header File For The OpenGL Library */ #include <GL/glu.h> /* Header File For The GLU Library */