diff options
| author | Matthew Parlane <parlane@gmail.com> | 2015-06-08 13:43:39 +1200 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2015-06-08 13:43:39 +1200 |
| commit | 9e1aab663f2afdd61bda773764cc3c8f652659aa (patch) | |
| tree | 1a7290487da53e934f0fe5096075f195b285a012 /Source/Core/DolphinWX/Frame.cpp | |
| parent | 5c7caf1f22685430f98f39b86b07cadee3171f68 (diff) | |
Revert "SDL: handle SDL_QUIT event"
Diffstat (limited to 'Source/Core/DolphinWX/Frame.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Frame.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index 46aa317d12..e541ace507 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -777,10 +777,6 @@ void CFrame::OnHostMessage(wxCommandEvent& event) case IDM_STOPPED: OnStopped(); break; - - case WM_USER_QUIT: - Close(true); - break; } } |
