fix clang warnings

so that they don't annoy me
This commit is contained in:
Grazvydas Ignotas 2013-07-29 01:54:51 +03:00
parent ebf0e111a8
commit cab9194354
2 changed files with 1 additions and 2 deletions

View file

@ -123,7 +123,6 @@ static const char * const in_sdl_keys[SDLK_LAST] = {
[SDLK_DOWN] = "down",
[SDLK_RIGHT] = "right",
[SDLK_LEFT] = "left",
[SDLK_DOWN] = "down",
[SDLK_INSERT] = "insert",
[SDLK_HOME] = "home",
[SDLK_END] = "end",