remove french keyboard hack. we cannot know what this does on other

layouts
This commit is contained in:
Ludwig Nussel 2005-10-23 15:27:59 +00:00
parent 80cf67e2ac
commit e27a35a207

View file

@ -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;
}