From a04921d6873af9ce3d1c0634a57d79a8e77eea10 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 15 Mar 2021 06:14:14 +1000 Subject: [PATCH] lavapipe: drop unused vk_format in image struct This wasn't used at all. Reviewed-By: Mike Blumenkrantz Part-of: --- src/gallium/frontends/lavapipe/lvp_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/frontends/lavapipe/lvp_private.h b/src/gallium/frontends/lavapipe/lvp_private.h index da2ac5dc7f8..d6ae01f3d46 100644 --- a/src/gallium/frontends/lavapipe/lvp_private.h +++ b/src/gallium/frontends/lavapipe/lvp_private.h @@ -219,7 +219,6 @@ struct lvp_device_memory { struct lvp_image { struct vk_object_base base; VkImageType type; - VkFormat vk_format; VkDeviceSize size; uint32_t alignment; struct pipe_resource *bo;