From: Erik Faye-Lund Date: Wed, 23 Jun 2021 08:08:03 +0000 (+0200) Subject: zink: remove unused function-pointers X-Git-Tag: upstream/21.2.3~1338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e979ecbd45670590d6b46de51215d5bc757da4ce;p=platform%2Fupstream%2Fmesa.git zink: remove unused function-pointers 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 Reviewed-by: Hoe Hao Cheng Part-of: --- diff --git a/src/gallium/drivers/zink/zink_screen.h b/src/gallium/drivers/zink/zink_screen.h index 1b09ed7..c28ddc3 100644 --- a/src/gallium/drivers/zink/zink_screen.h +++ b/src/gallium/drivers/zink/zink_screen.h @@ -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]; };