Browse Source

Fixed build for iOS and tvOS

Sam Lantinga 3 weeks ago
parent
commit
44471b3ea4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/video/uikit/SDL_uikitwindow.m

+ 0 - 3
src/video/uikit/SDL_uikitwindow.m

@@ -259,9 +259,6 @@ void UIKit_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)
             // Request failed, no worries
         }];
     }
-    return true;
-#else
-    return SDL_Unsupported();
 #endif
 }