diff options
Diffstat (limited to 'src/doom/hu_stuff.c')
-rw-r--r-- | src/doom/hu_stuff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doom/hu_stuff.c b/src/doom/hu_stuff.c index 3aaa5a33..a6047606 100644 --- a/src/doom/hu_stuff.c +++ b/src/doom/hu_stuff.c @@ -522,7 +522,6 @@ boolean HU_Responder(event_t *ev) static char lastmessage[HU_MAXLINELENGTH+1]; char* macromessage; boolean eatkey = false; - static boolean shiftdown = false; static boolean altdown = false; unsigned char c; int i; @@ -536,7 +535,6 @@ boolean HU_Responder(event_t *ev) if (ev->data1 == KEY_RSHIFT) { - shiftdown = ev->type == ev_keydown; return false; } else if (ev->data1 == KEY_RALT || ev->data1 == KEY_LALT) |