Fixed build warning

Sam Lantinga 2020-04-07 10:14:12 -07:00
parent 50cb8e0f04
commit 88cecee495
1 changed files with 0 additions and 1 deletions

View File

@ -572,7 +572,6 @@ RAWINPUT_JoystickRumble(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Ui
{
struct joystick_hwdata *hwdata = joystick->hwdata;
SDL_RAWINPUT_Device *device = hwdata->device;
int result;
return device->driver->RumbleJoystick(&device->hiddevice, joystick, low_frequency_rumble, high_frequency_rumble);
}