mirror of https://github.com/PCSX2/pcsx2.git
onepad: remove useless code
reported by Coverity (I forgot to remove the code)
This commit is contained in:
parent
984fcfda2e
commit
806ede241a
|
@ -21,9 +21,6 @@
|
|||
|
||||
static std::string KeyName(int pad, int key, int keysym)
|
||||
{
|
||||
if (!keysym)
|
||||
return "";
|
||||
|
||||
// Mouse
|
||||
if (keysym < 10) {
|
||||
switch (keysym) {
|
||||
|
|
Loading…
Reference in New Issue