SDL_vulkan.h: Remove Tizen compatibility typedefs.

Any app for this system that wants to move to SDL3 will have to adjust to
all the other API changes anyhow, so there's no need to keep these anymore.

Fixes #9678.
This commit is contained in:
Ryan C. Gordon
2024-05-02 23:21:30 -04:00
parent 10c2682647
commit 46b69af5a3
2 changed files with 2 additions and 3 deletions

View File

@@ -56,9 +56,6 @@ struct VkAllocationCallbacks;
#endif /* !NO_SDL_VULKAN_TYPEDEFS */
typedef VkInstance SDL_vulkanInstance;
typedef VkSurfaceKHR SDL_vulkanSurface; /* for compatibility with Tizen */
/**
* \name Vulkan support functions
*/