diff options
Diffstat (limited to 'src/video/cocoa/cocoa_ogl.mm')
-rw-r--r-- | src/video/cocoa/cocoa_ogl.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/cocoa/cocoa_ogl.mm b/src/video/cocoa/cocoa_ogl.mm index 81222d2ab..af9839a1c 100644 --- a/src/video/cocoa/cocoa_ogl.mm +++ b/src/video/cocoa/cocoa_ogl.mm @@ -152,7 +152,6 @@ static bool _allowSoftware; { if (self = [ super initWithFrame:frameRect ]) { /* We manage our content updates ourselves. */ - self.wantsBestResolutionOpenGLSurface = _allow_hidpi_window ? YES : NO; self.layerContentsRedrawPolicy = NSViewLayerContentsRedrawOnSetNeedsDisplay; /* Create backing layer. */ |