summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/remap.h
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-06-07 17:33:37 +0100
committerEmil Velikov <[email protected]>2016-06-13 15:31:28 +0100
commit5b700059a837fba42b4af71884e3957a244992e6 (patch)
tree0bad59692b2540239c5ad04574191ba38fb68875 /src/mesa/main/remap.h
parent5378ee8187c2cb2e36f8744774b1151a22b0faaa (diff)
mesa: remove unused _mesa_map_function_array()
Unused as of commit 5a175127f38 ("dri: Remove all extension enabling utility functions") and the patch before the previous patch. 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h
index 3d8eab7dfef..2e5955d3806 100644
--- a/src/mesa/main/remap.h
+++ b/src/mesa/main/remap.h
@@ -48,9 +48,6 @@ extern int
_mesa_map_function_spec(const char *spec);
extern void
-_mesa_map_function_array(const struct gl_function_remap *func_array);
-
-extern void
_mesa_init_remap_table(void);