Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Patched to compile on Mac OS X 10.8 SDK.
  • Loading branch information
icculus committed Aug 8, 2012
1 parent aece95f commit ae4b2d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/video/cocoa/SDL_cocoamodes.m
Expand Up @@ -102,9 +102,6 @@ - (void) setFrame:(NSRect)frame;
case kCGErrorCannotComplete:
error = "kCGErrorCannotComplete";
break;
case kCGErrorNameTooLong:
error = "kCGErrorNameTooLong";
break;
case kCGErrorNotImplemented:
error = "kCGErrorNotImplemented";
break;
Expand All @@ -114,9 +111,6 @@ - (void) setFrame:(NSRect)frame;
case kCGErrorTypeCheck:
error = "kCGErrorTypeCheck";
break;
case kCGErrorNoCurrentPoint:
error = "kCGErrorNoCurrentPoint";
break;
case kCGErrorInvalidOperation:
error = "kCGErrorInvalidOperation";
break;
Expand Down

0 comments on commit ae4b2d8

Please sign in to comment.