summaryrefslogtreecommitdiff
path: root/textscreen/txt_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_main.c')
-rw-r--r--textscreen/txt_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/textscreen/txt_main.c b/textscreen/txt_main.c
index deae384d..d4b320a6 100644
--- a/textscreen/txt_main.c
+++ b/textscreen/txt_main.c
@@ -254,11 +254,8 @@ static int TranslateKey(SDL_keysym *sym)
case SDLK_PAUSE: return KEY_PAUSE;
- case SDLK_EQUALS:
case SDLK_KP_EQUALS: return KEY_EQUALS;
- case SDLK_MINUS: return KEY_MINUS;
-
case SDLK_LSHIFT:
case SDLK_RSHIFT:
return KEY_RSHIFT;