mesa/main: remove stale prototype

This function was removed a long time ago.

Fixes: 8e581747d2 ("mesa/formats: make format testing a gtest")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29528>
This commit is contained in:
Erik Faye-Lund 2024-05-30 09:55:44 +02:00 committed by Marge Bot
parent 4be89d7ad1
commit c0285f29ff

View file

@ -730,9 +730,6 @@ _mesa_format_row_stride(mesa_format format, int width);
extern GLenum
_mesa_uncompressed_format_to_type(mesa_format format);
extern void
_mesa_test_formats(void);
extern mesa_format
_mesa_get_srgb_format_linear(mesa_format format);