소스 검색

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