diff --git a/Cocoa/Categories/NGSCategories.m b/Cocoa/Categories/NGSCategories.m index f123c26..aa50913 100644 --- a/Cocoa/Categories/NGSCategories.m +++ b/Cocoa/Categories/NGSCategories.m @@ -274,8 +274,6 @@ @implementation NSOpenGLContext (CGLContextAccess) - (CGLContextObj)cglContext; { - if(NSAppKitVersionNumber < 700.0) - return _contextAuxiliary; - else return (CGLContextObj) [self CGLContextObj]; + return (CGLContextObj) [self CGLContextObj]; } -@end \ No newline at end of file +@end