From f170ced2a7302f5a38f2227edae93061476f9978 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 24 Oct 2024 23:59:12 -0400 Subject: [PATCH] cocoa: Patched to compile. (cherry picked from commit e5348c611d9f35106cd8e19e81daff5a451101ef) --- src/video/cocoa/SDL_cocoaopengl.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/cocoa/SDL_cocoaopengl.m b/src/video/cocoa/SDL_cocoaopengl.m index d56de5fff6364..17506ceb8ecf2 100644 --- a/src/video/cocoa/SDL_cocoaopengl.m +++ b/src/video/cocoa/SDL_cocoaopengl.m @@ -531,8 +531,6 @@ void Cocoa_GL_DeleteContext(_THIS, SDL_GLContext context) }); } } - - return true; } /* We still support OpenGL as long as Apple offers it, deprecated or not, so disable deprecation warnings about it. */