diff --git a/src/mapi/glapi/glapi_getproc.c b/src/mapi/glapi/glapi_getproc.c index 4d364c7f504..9496ff87d87 100644 --- a/src/mapi/glapi/glapi_getproc.c +++ b/src/mapi/glapi/glapi_getproc.c @@ -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.