diff src/SDL_compat.c @ 1936:83946ee0ff1f

Implemented OpenGL support on Mac OS X The OpenGL renderer works without changes, yay! :)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 25 Jul 2006 06:22:42 +0000
parents 69217fdd2c0a
children a788656ca29a
line wrap: on
line diff
--- a/src/SDL_compat.c	Mon Jul 24 23:30:14 2006 +0000
+++ b/src/SDL_compat.c	Tue Jul 25 06:22:42 2006 +0000
@@ -1432,12 +1432,6 @@
     }
 }
 
-int
-SDL_GL_GetAttribute(SDL_GLattr attr, int *value)
-{
-    return SDL_GL_GetWindowAttribute(SDL_VideoWindow, attr, value);
-}
-
 void
 SDL_GL_SwapBuffers(void)
 {