summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_wsi_wayland.c
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2016-10-13 05:33:28 +0100
committerDave Airlie <[email protected]>2016-10-19 10:15:42 +1000
commit0e4abc3e1016f606f64dfdd3b90f69abbdfedbc9 (patch)
treeb612e68652dc8a570011489db690272152041623 /src/intel/vulkan/anv_wsi_wayland.c
parent32d70c0d66ba28c7ac53b797730532c06439c799 (diff)
anv/wsi: drop get present modes device arg
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_wsi_wayland.c')
-rw-r--r--src/intel/vulkan/anv_wsi_wayland.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_wsi_wayland.c b/src/intel/vulkan/anv_wsi_wayland.c
index 35de4280bd2..a811d485323 100644
--- a/src/intel/vulkan/anv_wsi_wayland.c
+++ b/src/intel/vulkan/anv_wsi_wayland.c
@@ -407,7 +407,6 @@ wsi_wl_surface_get_formats(VkIcdSurfaceBase *icd_surface,
static VkResult
wsi_wl_surface_get_present_modes(VkIcdSurfaceBase *surface,
- struct anv_physical_device *device,
uint32_t* pPresentModeCount,
VkPresentModeKHR* pPresentModes)
{