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;