mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-27 04:40:31 +01:00
mesa: remove unused function _mesa_map_static_functions()
Unused as of commit 5a175127f3 ("dri: Remove all extension enabling
utility functions")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
07ae8c7df7
commit
b5dd8e0cf8
2 changed files with 0 additions and 23 deletions
|
|
@ -154,26 +154,6 @@ _mesa_map_function_array(const struct gl_function_remap *func_array)
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Map the functions which are already static.
|
||||
*
|
||||
* When a extension function are incorporated into the ABI, the
|
||||
* extension suffix is usually stripped. Mapping such functions
|
||||
* makes sure the alternative names are available.
|
||||
*
|
||||
* Note that functions mapped by _mesa_init_remap_table() are
|
||||
* excluded.
|
||||
*/
|
||||
void
|
||||
_mesa_map_static_functions(void)
|
||||
{
|
||||
/* Remap static functions which have alternative names and are in the ABI.
|
||||
* This is to be on the safe side. glapi should have defined those names.
|
||||
*/
|
||||
_mesa_map_function_array(MESA_alt_functions);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Initialize the remap table. This is called in one_time_init().
|
||||
* The remap table needs to be initialized before calling the
|
||||
|
|
|
|||
|
|
@ -50,9 +50,6 @@ _mesa_map_function_spec(const char *spec);
|
|||
extern void
|
||||
_mesa_map_function_array(const struct gl_function_remap *func_array);
|
||||
|
||||
extern void
|
||||
_mesa_map_static_functions(void);
|
||||
|
||||
extern void
|
||||
_mesa_init_remap_table(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue