From 35ed7921be46c1ac8ff4940294614f9f09981f99 Mon Sep 17 00:00:00 2001 From: Hank Ramsey Date: Tue, 21 Dec 2004 17:34:47 +0000 Subject: [PATCH] disabled broken init code --- macosx/CelestiaOpenGLView.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macosx/CelestiaOpenGLView.m b/macosx/CelestiaOpenGLView.m index 72ca23e81..e834bee17 100644 --- a/macosx/CelestiaOpenGLView.m +++ b/macosx/CelestiaOpenGLView.m @@ -18,6 +18,7 @@ @implementation CelestiaOpenGLView +/* - (id) initWithCoder: (NSCoder *) coder { NSOpenGLPixelFormatAttribute attrs[] = @@ -42,7 +43,7 @@ return self; } - +*/ - (BOOL) isFlipped {return YES;}