SDL: Fixed build for iOS and tvOS

From 44471b3ea45e551b6a531e895f168934bf72d606 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 17 Nov 2025 16:21:03 -0800
Subject: [PATCH] Fixed build for iOS and tvOS

---
 src/video/uikit/SDL_uikitwindow.m | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/video/uikit/SDL_uikitwindow.m b/src/video/uikit/SDL_uikitwindow.m
index 6e880b344d324..c99106bece696 100644
--- a/src/video/uikit/SDL_uikitwindow.m
+++ b/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
 }