Ver Fonte

Remove redundant SDL_Vulkan_GetResultString() declaration

Petar Popovic há 1 ano atrás
pai
commit
3246df8bd3
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      src/render/vulkan/SDL_render_vulkan.c

+ 0 - 2
src/render/vulkan/SDL_render_vulkan.c

@@ -39,8 +39,6 @@
 #include "../../video/SDL_pixels_c.h"
 #include "../../video/SDL_pixels_c.h"
 #include "SDL_shaders_vulkan.h"
 #include "SDL_shaders_vulkan.h"
 
 
-extern const char *SDL_Vulkan_GetResultString(VkResult result);
-
 #define VULKAN_FUNCTIONS()                                              \
 #define VULKAN_FUNCTIONS()                                              \
     VULKAN_DEVICE_FUNCTION(vkAcquireNextImageKHR)                       \
     VULKAN_DEVICE_FUNCTION(vkAcquireNextImageKHR)                       \
     VULKAN_DEVICE_FUNCTION(vkAllocateCommandBuffers)                    \
     VULKAN_DEVICE_FUNCTION(vkAllocateCommandBuffers)                    \