mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
mapi: Remove dead struct _glapi_function in glapi/glapi_getproc.c
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23879>
This commit is contained in:
parent
1ed7a1282c
commit
30ab06bcf8
1 changed files with 0 additions and 12 deletions
|
|
@ -87,18 +87,6 @@ get_static_proc_offset(const char *funcName)
|
||||||
* Extension function management.
|
* Extension function management.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Track information about a function added to the GL API.
|
|
||||||
*/
|
|
||||||
struct _glapi_function {
|
|
||||||
/**
|
|
||||||
* Name of the function.
|
|
||||||
*/
|
|
||||||
const char * name;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the glapi relocs table, and returns the offset of the given
|
* Initializes the glapi relocs table, and returns the offset of the given
|
||||||
* function in the dispatch table.
|
* function in the dispatch table.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue