Fixed build for iOS and tvOS

This commit is contained in:
Sam Lantinga
2025-11-17 16:21:03 -08:00
parent 4931c675ab
commit 44471b3ea4

View File

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