minor cleanup

This commit is contained in:
Nikita Leonidov 2020-04-18 18:05:43 -04:00
parent 96d7b9acf4
commit 7734040b22

View File

@ -158,7 +158,6 @@ static void initJoystickForceFeedback(_GLFWjoystickLinux *linjs)
if (ioctl(linjs->fd, EVIOCSFF, effect) < 0)
{
free(effect);
return;
} else {
linjs->rumble = effect;
}