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. */