Skip to content

Commit

Permalink
macOS: Remove check for pre-10.8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 28, 2019
1 parent c4e89d9 commit 6f3a9d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glfw/nsgl_context.m
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
// Info.plist for unbundled applications
// HACK: This assumes that NSOpenGLPixelFormat will remain
// a straightforward wrapper of its CGL counterpart
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1080
addAttrib(kCGLPFASupportsAutomaticGraphicsSwitching);
#endif /*MAC_OS_X_VERSION_MAX_ALLOWED*/
}

#if MAC_OS_X_VERSION_MAX_ALLOWED >= 101000
Expand Down

0 comments on commit 6f3a9d6

Please sign in to comment.