mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
SDL_Vulkan_GetInstanceExtensions: Remove window
Remove the unused `window` parameter from SDL_Vulkan_GetInstanceExtensions, which is never used by any of the backends.
This commit is contained in:
parent
c8286fc9a2
commit
0953367967
21 changed files with 7 additions and 41 deletions
|
@ -111,7 +111,6 @@ void Android_Vulkan_UnloadLibrary(_THIS)
|
|||
}
|
||||
|
||||
SDL_bool Android_Vulkan_GetInstanceExtensions(_THIS,
|
||||
SDL_Window *window,
|
||||
unsigned *count,
|
||||
const char **names)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue