Pārlūkot izejas kodu

Fixed compile warning

Sam Lantinga 6 gadi atpakaļ
vecāks
revīzija
55a2a12ddf
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/video/uikit/SDL_uikitmessagebox.m

+ 0 - 1
src/video/uikit/SDL_uikitmessagebox.m

@@ -151,7 +151,6 @@ UIKit_ShowMessageBoxAlertView(const SDL_MessageBoxData *messageboxdata, int *but
 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 80000
 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 80000
     int i;
     int i;
     int clickedindex = messageboxdata->numbuttons;
     int clickedindex = messageboxdata->numbuttons;
-    const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
     UIAlertView *alert = [[UIAlertView alloc] init];
     UIAlertView *alert = [[UIAlertView alloc] init];
     SDLAlertViewDelegate *delegate = [[SDLAlertViewDelegate alloc] init];
     SDLAlertViewDelegate *delegate = [[SDLAlertViewDelegate alloc] init];