Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 14, 2020
1 parent 7775f7c commit cb800d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/joystick/iphoneos/SDL_sysjoystick.m
Expand Up @@ -211,7 +211,6 @@ @interface GCMicroGamepad (SDL)
}
#if TARGET_OS_TV
else if (controller.microGamepad) {
GCMicroGamepad *gamepad = controller.microGamepad;
int nbuttons = 0;

device->button_mask |= (1 << SDL_CONTROLLER_BUTTON_A);
Expand Down

0 comments on commit cb800d1

Please sign in to comment.