Revert "SDL: handle SDL_QUIT event"

This commit is contained in:
Matthew Parlane
2015-06-08 13:43:39 +12:00
parent 5c7caf1f22
commit 9e1aab663f
6 changed files with 9 additions and 26 deletions

View File

@ -777,10 +777,6 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
case IDM_STOPPED:
OnStopped();
break;
case WM_USER_QUIT:
Close(true);
break;
}
}