mesa/main: remove non-existing function prototype

This function was removed about a decade ago, let's get rid of the
prototype as well!

Fixes: a347a0f53f ("mesa: Completely remove QuerySamplesForFormat from driver func table")
Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35184>
(cherry picked from commit 439b88c619)
This commit is contained in:
Erik Faye-Lund 2025-04-10 11:40:52 +02:00 committed by Eric Engestrom
parent 2942d3714e
commit 726cfb8a41
2 changed files with 1 additions and 5 deletions

View file

@ -694,7 +694,7 @@
"description": "mesa/main: remove non-existing function prototype",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "a347a0f53fbdd9b607d7eae4a483e62f82c68cb1",
"notes": null

View file

@ -26,10 +26,6 @@
#include "util/glheader.h"
size_t
_mesa_query_samples_for_format(struct gl_context *ctx, GLenum target,
GLenum internalFormat, int samples[16]);
void
_mesa_query_internal_format_default(struct gl_context *ctx, GLenum target,
GLenum internalFormat, GLenum pname,