onepad: remove remaining XAutoRepeat* call

This commit is contained in:
Gregory Hainaut 2015-11-07 10:42:15 +01:00
parent 4ef0572ceb
commit 43390ec240
1 changed files with 2 additions and 2 deletions

View File

@ -120,11 +120,11 @@ void AnalyzeKeyEvent(int pad, keyEvent &evt)
break;
case FocusIn:
XAutoRepeatOff(GSdsp);
//XAutoRepeatOff(GSdsp);
break;
case FocusOut:
XAutoRepeatOn(GSdsp);
//XAutoRepeatOn(GSdsp);
break;
case ButtonPress: