diff src/video/quartz/SDL_QuartzGL.m @ 770:ac44ddb84f6f

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2004 17:04:54 +0000
parents c5b2b6d2d1fe
children ce05e92d909b
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzGL.m	Sun Jan 04 16:49:27 2004 +0000
+++ b/src/video/quartz/SDL_QuartzGL.m	Sun Jan 04 17:04:54 2004 +0000
@@ -22,13 +22,6 @@
 
 #include "SDL_QuartzVideo.h"
 
-/* 
-    This is a workaround to directly access NSOpenGLContext's CGL context
-    We need this to check for errors NSOpenGLContext doesn't support
-*/
-@interface NSOpenGLContext (CGLContextAccess)
-- (CGLContextObj) cglContext;
-@end
 
 @implementation NSOpenGLContext (CGLContextAccess)
 - (CGLContextObj) cglContext;