diff options
Diffstat (limited to 'src/strife/hu_stuff.c')
-rw-r--r-- | src/strife/hu_stuff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c index d01b8bfa..eae9d166 100644 --- a/src/strife/hu_stuff.c +++ b/src/strife/hu_stuff.c @@ -540,7 +540,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; @@ -554,7 +553,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) |