diff options
Diffstat (limited to 'vulkan/libvulkan/driver.h')
-rw-r--r-- | vulkan/libvulkan/driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vulkan/libvulkan/driver.h b/vulkan/libvulkan/driver.h index 57c956d9a4..075a15b31a 100644 --- a/vulkan/libvulkan/driver.h +++ b/vulkan/libvulkan/driver.h @@ -105,7 +105,6 @@ struct DeviceData { uint32_t driver_version; }; -bool Debuggable(); bool OpenHAL(); const VkAllocationCallbacks& GetDefaultAllocator(); |