gallium/vl: remove stubs which are defined in mesa_util

Cc: mesa-stable
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26680>
(cherry picked from commit 6c9c48a3ae)
This commit is contained in:
Karol Herbst 2023-12-30 20:00:33 +01:00 committed by Eric Engestrom
parent 75a8d20ae6
commit 93ffbd4d69
2 changed files with 1 additions and 7 deletions

View file

@ -934,7 +934,7 @@
"description": "gallium/vl: remove stubs which are defined in mesa_util",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -155,9 +155,3 @@ vl_create_mpeg12_decoder(struct pipe_context *pipe,
assert(0);
return NULL;
}
/*
* vl_zscan
*/
const int vl_zscan_normal[] = {0};
const int vl_zscan_alternate[] = {0};