mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
remove apparently spurious line in header
This commit is contained in:
parent
3eaf1255b2
commit
08a27e1762
2
deps/glad/vulkan.h
vendored
2
deps/glad/vulkan.h
vendored
@ -6247,8 +6247,6 @@ static int glad_vk_find_extensions_vulkan( VkPhysicalDevice physical_device) {
|
||||
GLAD_VK_KHR_surface = glad_vk_has_extension("VK_KHR_surface", extension_count, extensions);
|
||||
GLAD_VK_KHR_swapchain = glad_vk_has_extension("VK_KHR_swapchain", extension_count, extensions);
|
||||
|
||||
(void) glad_vk_has_extension;
|
||||
|
||||
glad_vk_free_extensions(extension_count, extensions);
|
||||
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user