vulkan/wsi: remove unused image_get_modifier

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Acked-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3485>
This commit is contained in:
Jonathan Marek
2020-01-21 08:32:49 -05:00
committed by Marge Bot
parent e8afd40758
commit b7e22b7a35
2 changed files with 0 additions and 18 deletions
-2
View 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.