summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/remap.h
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-06-07 17:33:39 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-06-13 15:31:28 +0100
commit3f80c95f35cd21f19e4946a3f50d4c5e16bad7a2 (patch)
tree67fee407e656426691077f86bfcfc44c5257d65f /src/mesa/main/remap.h
parent390678f27daf3349746b47570c9897a3208ae50b (diff)
downloadexternal_mesa3d-3f80c95f35cd21f19e4946a3f50d4c5e16bad7a2.zip
external_mesa3d-3f80c95f35cd21f19e4946a3f50d4c5e16bad7a2.tar.gz
external_mesa3d-3f80c95f35cd21f19e4946a3f50d4c5e16bad7a2.tar.bz2
mesa: make _mesa_map_function_spec() static
Used only locally. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/remap.h')
-rw-r--r--src/mesa/main/remap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h
index bd949a1..19d2f0d 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);