r31444 missed a file. make fuzeplus sim build again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31645 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2012-01-09 10:16:05 +00:00
parent 5093e68e65
commit 26b9566864

View file

@ -49,9 +49,6 @@ int key_to_button(int keyboard_button)
case SDLK_KP9:
new_btn = BUTTON_PLAYPAUSE;
break;
case SDLK_KP0:
new_btn = BUTTON_TWO_FINGERS;
break;
case SDLK_KP7:
new_btn = BUTTON_BACK;
break;