diff options
author | Emil Velikov <[email protected]> | 2016-06-07 17:33:39 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-06-13 15:31:28 +0100 |
commit | 3f80c95f35cd21f19e4946a3f50d4c5e16bad7a2 (patch) | |
tree | 67fee407e656426691077f86bfcfc44c5257d65f /src/mesa/main/remap.h | |
parent | 390678f27daf3349746b47570c9897a3208ae50b (diff) |
mesa: make _mesa_map_function_spec() static
Used only locally.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/remap.h')
-rw-r--r-- | src/mesa/main/remap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h index bd949a1ef8f..19d2f0daa5a 100644 --- a/src/mesa/main/remap.h +++ b/src/mesa/main/remap.h @@ -35,9 +35,6 @@ struct gl_function_pool_remap { extern int driDispatchRemapTable[]; -extern int -_mesa_map_function_spec(const char *spec); - extern void _mesa_init_remap_table(void); |