This 10.2.x compatibility code doesn't compile anymore. Remove it.

This commit is contained in:
Uli Kusterer 2017-01-10 16:07:09 +01:00
parent aa17a5d07a
commit 30936843c9

View File

@ -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
@end