From 82a6f19fdb51463ca2f35cc3cfe8f37d925aca76 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Tue, 1 Jul 2025 08:15:42 -0700 Subject: [PATCH] dri: Remove unused prototype Fixes: 3a51865faaac ("dri: use plane format directly") Signed-off-by: Rob Clark Part-of: --- src/gallium/frontends/dri/dri_helpers.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/frontends/dri/dri_helpers.h b/src/gallium/frontends/dri/dri_helpers.h index af772ca2f6f..6f4dfb21a51 100644 --- a/src/gallium/frontends/dri/dri_helpers.h +++ b/src/gallium/frontends/dri/dri_helpers.h @@ -48,9 +48,6 @@ dri2_get_mapping_by_fourcc(int fourcc); const struct dri2_format_mapping * dri2_get_mapping_by_format(int format); -enum pipe_format -dri2_get_pipe_format_for_dri_format(int format); - bool dri2_yuv_dma_buf_supported(struct dri_screen *screen, const struct dri2_format_mapping *map);