nvk: Drop image_view_init
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 31 Jan 2023 02:11:48 +0000 (20:11 -0600)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:54 +0000 (21:31 +0000)
It's unused.  Drop for now.  If we want it for meta later, we can add it
then.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>

src/nouveau/vulkan/nvk_image_view.c

index 0399a7c..914f4c9 100644 (file)
@@ -3,13 +3,6 @@
 #include "nvk_device.h"
 #include "nvk_image.h"
 
-static VkResult nvk_image_view_init(struct nvk_device *device,
-   struct nvk_image_view *view,
-   const VkImageViewCreateInfo *pCreateInfo)
-{
-   return VK_SUCCESS;
-}
-
 VKAPI_ATTR VkResult VKAPI_CALL nvk_CreateImageView(VkDevice _device,
    const VkImageViewCreateInfo *pCreateInfo,
    const VkAllocationCallbacks *pAllocator,