From 6f6ce56528bff434521bf7763c3b357b1d5197f4 Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Thu, 4 Dec 2025 02:07:39 -0400 Subject: [PATCH] [revert] fix building --- src/video_core/vulkan_common/vulkan_device.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index e3979270a0..c0a48f5f1a 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp @@ -1320,9 +1320,6 @@ bool Device::GetSuitability(bool requires_swapchain) { } void Device::RemoveUnsuitableExtensions() { - const VkDriverId driver_id = properties.driver.driverID; - const bool is_qualcomm = driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY; - // VK_EXT_custom_border_color // Enable extension if driver supports it, then check individual features // - customBorderColors: Required to use VK_BORDER_COLOR_FLOAT_CUSTOM_EXT