mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
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 commit439b88c619)
This commit is contained in:
parent
2942d3714e
commit
726cfb8a41
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue