onepad: remove useless code

reported by Coverity (I forgot to remove the code)
This commit is contained in:
Gregory Hainaut 2017-05-11 21:45:49 +02:00
parent 984fcfda2e
commit 806ede241a
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@
static std::string KeyName(int pad, int key, int keysym)
{
if (!keysym)
return "";
// Mouse
if (keysym < 10) {
switch (keysym) {