Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed compile warning
  • Loading branch information
slouken committed Mar 17, 2020
1 parent 9b879a0 commit 55a2a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/uikit/SDL_uikitmessagebox.m
Expand Up @@ -151,7 +151,6 @@ - (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 80000
int i;
int clickedindex = messageboxdata->numbuttons;
const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
UIAlertView *alert = [[UIAlertView alloc] init];
SDLAlertViewDelegate *delegate = [[SDLAlertViewDelegate alloc] init];

Expand Down

0 comments on commit 55a2a12

Please sign in to comment.