foxygit / doom Log in
commit 8ac5ecc67a9352810c4db22b11e536fc176fc8ab
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Jan 5 23:35:30 2007 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Fri Jan 5 23:35:30 2007 +0000

    Fix typing '_' and '+' in textscreen code.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 815
---
 textscreen/txt_main.c | 3 ---
 1 file changed, 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;