diff options
Diffstat (limited to 'code/unix/sdl_glimp.c')
-rw-r--r-- | code/unix/sdl_glimp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c index c26ddd7..b010055 100644 --- a/code/unix/sdl_glimp.c +++ b/code/unix/sdl_glimp.c @@ -214,7 +214,6 @@ static const char *XLateKey(SDL_keysym *keysym, int *key) case SDLK_KP_MINUS: *key = K_KP_MINUS; break; case SDLK_KP_DIVIDE: *key = K_KP_SLASH; break; - case SDLK_WORLD_18: *key = '~'; break; // hack for french keyboards default: break; } |