mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-05 05:24:42 +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:
committed by
Sam Lantinga
parent
c8286fc9a2
commit
0953367967
@@ -111,7 +111,6 @@ void Android_Vulkan_UnloadLibrary(_THIS)
|
||||
}
|
||||
|
||||
SDL_bool Android_Vulkan_GetInstanceExtensions(_THIS,
|
||||
SDL_Window *window,
|
||||
unsigned *count,
|
||||
const char **names)
|
||||
{
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
int Android_Vulkan_LoadLibrary(_THIS, const char *path);
|
||||
void Android_Vulkan_UnloadLibrary(_THIS);
|
||||
SDL_bool Android_Vulkan_GetInstanceExtensions(_THIS,
|
||||
SDL_Window *window,
|
||||
unsigned *count,
|
||||
const char **names);
|
||||
SDL_bool Android_Vulkan_CreateSurface(_THIS,
|
||||
|
||||
Reference in New Issue
Block a user