aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8e0aeee..dddee0e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -849,11 +849,6 @@ bool CMainApplication::HandleInput()
}
else if ( sdlEvent.type == SDL_KEYDOWN )
{
- if ( sdlEvent.key.keysym.sym == SDLK_ESCAPE
- || sdlEvent.key.keysym.sym == SDLK_q )
- {
- bRet = true;
- }
if( sdlEvent.key.keysym.sym == SDLK_w )
{
m_bResetRotation = true;