panvk: Kill the panvk_pack_color() prototype

The implementation was removed in 62e902101b ("panvk: Use
pan_pack_color").

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28104>
This commit is contained in:
Boris Brezillon 2024-03-12 16:00:13 +01:00
parent 43bb5acf26
commit 0136e8aec9

View file

@ -830,9 +830,6 @@ void panvk_cmd_fb_info_init(struct panvk_cmd_buffer *cmdbuf);
void panvk_cmd_preload_fb_after_batch_split(struct panvk_cmd_buffer *cmdbuf);
void panvk_pack_color(struct panvk_clear_value *out,
const VkClearColorValue *in, enum pipe_format format);
struct panvk_event {
struct vk_object_base base;
uint32_t syncobj;