summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/remap.h
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-06-07 17:33:38 +0100
committerEmil Velikov <[email protected]>2016-06-13 15:31:28 +0100
commit390678f27daf3349746b47570c9897a3208ae50b (patch)
tree38242a5af3d67522842283686e8ad24628200670 /src/mesa/main/remap.h
parent5b700059a837fba42b4af71884e3957a244992e6 (diff)
mesa: remove used _mesa_get_function_spec() and gl_function_remap
Final user was killed with last commit. 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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h
index 2e5955d3806..bd949a1ef8f 100644
--- a/src/mesa/main/remap.h
+++ b/src/mesa/main/remap.h
@@ -32,18 +32,9 @@ struct gl_function_pool_remap {
int remap_index;
};
-struct gl_function_remap {
- int func_index;
- int dispatch_offset; /* for sanity check */
-};
-
-
extern int
driDispatchRemapTable[];
-extern const char *
-_mesa_get_function_spec(int func_index);
-
extern int
_mesa_map_function_spec(const char *spec);