summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/sdl_v.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/sdl_v.c b/video/sdl_v.c
index bdaed1eb5..8e997a857 100644
--- a/video/sdl_v.c
+++ b/video/sdl_v.c
@@ -285,7 +285,6 @@ static uint32 ConvertSdlKeyIntoMy(SDL_keysym *sym)
#elif defined(__sgi__)
if (sym->scancode == 22) key = WKC_BACKQUOTE;
#else
- if (sym->scancode == 41) key = WKC_BACKQUOTE; // Linux console
if (sym->scancode == 49) key = WKC_BACKQUOTE;
#endif