vulkan/wsi: Store the instance allocator in wsi_device
[mesa.git] / src / amd / vulkan / radv_wsi.c
index 6479bea070b096a9510073044eec69263af14d61..8b165ea3916bc79b0b4c18df788f4942b6771049 100644 (file)
@@ -75,7 +75,6 @@ VkResult radv_GetPhysicalDeviceSurfaceSupportKHR(
                                              device->local_fd,
                                              queueFamilyIndex,
                                              surface,
-                                             &device->instance->alloc,
                                              pSupported);
 }