zink: remove unused function-pointers
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 23 Jun 2021 08:08:03 +0000 (10:08 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 24 Jun 2021 08:46:13 +0000 (10:46 +0200)
We also forgot to remove these when we stoped using them, more stuff to
delete, yeah!

Fixes: 55748681032 ("zink: use the dispatch tables")
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11554>

src/gallium/drivers/zink/zink_screen.h

index 1b09ed7..c28ddc3 100644 (file)
@@ -165,8 +165,6 @@ struct zink_screen {
       uint32_t buffer_view;
    } null_descriptor_hashes;
 
-   PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT vk_GetPhysicalDeviceMultisamplePropertiesEXT;
-   PFN_vkCmdSetSampleLocationsEXT vk_CmdSetSampleLocationsEXT;
    VkExtent2D maxSampleLocationGridSize[5];
 };