radv/anv/wsi: drop unneeded parameter
[mesa.git] / src / intel / vulkan / anv_wsi_wayland.c
index ad3a803806990f04eb5b2d377a0e087611a37a41..35de4280bd276fb7be496b9ccfb9f840cf7d5eef 100644 (file)
@@ -554,7 +554,6 @@ static const struct wl_callback_listener frame_listener = {
 
 static VkResult
 wsi_wl_swapchain_queue_present(struct anv_swapchain *anv_chain,
-                               struct anv_queue *queue,
                                uint32_t image_index)
 {
    struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)anv_chain;