mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 12:53:09 +00:00
Get rid of applicationShouldTerminate()
Redundant, already handled by SDL_QUIT event.
This commit is contained in:
parent
23752a2cd2
commit
8e5702ef36
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue