aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan
diff options
context:
space:
mode:
authorJonathan Marek <[email protected]>2020-01-21 08:32:49 -0500
committerMarge Bot <[email protected]>2020-01-23 18:34:07 +0000
commitb7e22b7a3523ac1a81c8d90fd30735d97dd48bf3 (patch)
tree55a1e1c123154efc3ba31e39962b9ac59527af91 /src/vulkan
parente8afd4075846a08c7b94fee3789a8e739e2a6474 (diff)
vulkan/wsi: remove unused image_get_modifier
Signed-off-by: Jonathan Marek <[email protected]> Acked-by: Eric Anholt <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3485>
Diffstat (limited to 'src/vulkan')
-rw-r--r--src/vulkan/wsi/wsi_common.h2
1 files changed, 0 insertions, 2 deletions
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.