X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=in_sdl.c;h=2cdbd3f22c5f1eb071c29fc9b55752a62ee17407;hb=c54d04fd84f59c60c6ecdbd2502fbda5de735b4b;hp=e1f87534fd7efdc0d8c0d4ef47a21108b8000ffb;hpb=9227a7770e0d144109ee34ae34a270c6d06b9f80;p=libpicofe.git diff --git a/in_sdl.c b/in_sdl.c index e1f8753..2cdbd3f 100644 --- a/in_sdl.c +++ b/in_sdl.c @@ -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",