mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-03-22 13:29:59 +00:00
This 10.2.x compatibility code doesn't compile anymore. Remove it.
This commit is contained in:
parent
aa17a5d07a
commit
30936843c9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user