vulkan/wsi: remove unused image_get_modifier
[mesa.git] / src / vulkan / wsi / wsi_common.h
index 5c331e2a99684fdce6cab93312e689a8fa811399..92121be8bda1fa55c1d7edc1a63c76662f56c91f 100644 (file)
@@ -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.