Get rid of applicationShouldTerminate()

Redundant, already handled by SDL_QUIT event.
This commit is contained in:
dhewg 2012-01-03 18:50:11 +01:00
parent 23752a2cd2
commit 8e5702ef36

View file

@ -81,12 +81,6 @@ FPU_EXCEPTION_DIVIDE_BY_ZERO | \
#define MAX_ARGC 1024
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender
{
common->Quit();
return NSTerminateLater; // we never reach this
}
#if 0
// Actions