summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_wsi_x11.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_x11.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_x11.c')
-rw-r--r--src/intel/vulkan/anv_wsi_x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_wsi_x11.c b/src/intel/vulkan/anv_wsi_x11.c
index 5d025c5e906..179c75ace1f 100644
--- a/src/intel/vulkan/anv_wsi_x11.c
+++ b/src/intel/vulkan/anv_wsi_x11.c
@@ -403,7 +403,6 @@ x11_surface_get_formats(VkIcdSurfaceBase *surface,
static VkResult
x11_surface_get_present_modes(VkIcdSurfaceBase *surface,
- struct anv_physical_device *device,
uint32_t *pPresentModeCount,
VkPresentModeKHR *pPresentModes)
{