mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
panfrost: Kill unused forward declarations in pan_texture.h
pan_pool and pan_jc are never used in this file. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Constantine Shablya <constantine.shablya@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26698>
This commit is contained in:
parent
bd901213dc
commit
fe9d541d9d
1 changed files with 0 additions and 3 deletions
|
|
@ -286,9 +286,6 @@ unsigned panfrost_texture_offset(const struct pan_image_layout *layout,
|
|||
unsigned level, unsigned array_idx,
|
||||
unsigned surface_idx);
|
||||
|
||||
struct pan_pool;
|
||||
struct pan_jc;
|
||||
|
||||
/* DRM modifier helper */
|
||||
|
||||
#define drm_is_afbc(mod) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue