mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Removed unused variable
This commit is contained in:
parent
b3470f04b1
commit
bf9092cf4a
@ -57,7 +57,6 @@ UIKit_ShowMessageBoxAlertController(const SDL_MessageBoxData *messageboxdata, in
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int __block clickedindex = messageboxdata->numbuttons;
|
int __block clickedindex = messageboxdata->numbuttons;
|
||||||
const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
|
|
||||||
UIWindow *window = nil;
|
UIWindow *window = nil;
|
||||||
UIWindow *alertwindow = nil;
|
UIWindow *alertwindow = nil;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user