Update gitattributes
[opengl.git] / cocoa.mm
diff --git a/cocoa.mm b/cocoa.mm
deleted file mode 100644 (file)
index ce2549b..0000000
--- a/cocoa.mm
+++ /dev/null
@@ -1,6 +0,0 @@
-#import <Cocoa/Cocoa.h>
-void swizzle() {
-       NSWindow *window = [NSApp orderedWindows][0];
-       NSView *view = [window contentView];
-       [view setWantsBestResolutionOpenGLSurface: true];
-}