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;}