X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fvulkan%2Fwsi%2Fwsi_common.h;h=92121be8bda1fa55c1d7edc1a63c76662f56c91f;hp=5c331e2a99684fdce6cab93312e689a8fa811399;hb=b7e22b7a3523ac1a81c8d90fd30735d97dd48bf3;hpb=e8afd4075846a08c7b94fee3789a8e739e2a6474 diff --git a/src/vulkan/wsi/wsi_common.h b/src/vulkan/wsi/wsi_common.h index 5c331e2a996..92121be8bda 100644 --- a/src/vulkan/wsi/wsi_common.h +++ b/src/vulkan/wsi/wsi_common.h @@ -111,8 +111,6 @@ struct wsi_device { bool strict_imageCount; } x11; - uint64_t (*image_get_modifier)(VkImage image); - /* Signals the semaphore such that any wait on the semaphore will wait on * any reads or writes on the give memory object. This is used to * implement the semaphore signal operation in vkAcquireNextImage.