disabled broken init code

This commit is contained in:
Hank Ramsey 2004-12-21 17:34:47 +00:00
parent 469fedc80d
commit 35ed7921be

View file

@ -18,6 +18,7 @@
@implementation CelestiaOpenGLView
/*
- (id) initWithCoder: (NSCoder *) coder
{
NSOpenGLPixelFormatAttribute attrs[] =
@ -42,7 +43,7 @@
return self;
}
*/
- (BOOL) isFlipped {return YES;}