Simplify.

This commit is contained in:
Steve Checkoway
2006-01-20 11:19:25 +00:00
parent 3ec514f896
commit 6b236cee94
@@ -175,14 +175,6 @@ static NSOpenGLContext *CreateOGLContext( int iColorDepth, bool bWindowed, NSOpe
[pixelFormat release];
if( !context )
return nil;
//long val = 64;
//[context setValues:&val forParameter:NSOpenGLContextParameter(280)];
//[context setValues:&val forParameter:NSOpenGLContextParameter(284)];
return context;
}