Browse Source

cocoa: Patched to compile.

(cherry picked from commit e5348c611d9f35106cd8e19e81daff5a451101ef)
Ryan C. Gordon 9 months ago
parent
commit
f170ced2a7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/video/cocoa/SDL_cocoaopengl.m

+ 0 - 2
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. */