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:
@@ -87,18 +87,6 @@ get_static_proc_offset(const char *funcName)
|
||||
* 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
|
||||
* function in the dispatch table.
|
||||
|
Reference in New Issue
Block a user