vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error condition
[mesa.git] / src / vulkan / wsi / wsi_common_x11.h
index e9b3ecfb2e0834b56e06c20bce21a47085d2653b..e4b1e94a8c8c9d4bbed6f628627b76877e928c73 100644 (file)
@@ -28,8 +28,6 @@
 VkBool32 wsi_get_physical_device_xcb_presentation_support(
     struct wsi_device *wsi_device,
     uint32_t                                    queueFamilyIndex,
-    int local_fd,
-    bool can_handle_different_gpu,
     xcb_connection_t*                           connection,
     xcb_visualid_t                              visual_id);