瀏覽代碼

cocoa: Patched to compile.

Ryan C. Gordon 10 月之前
父節點
當前提交
e5348c611d
共有 1 個文件被更改,包括 0 次插入2 次删除
  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. */