mesa/main: correct extension-checks for GL_PRIMITIVE_RESTART_FIXED_INDEX
[mesa.git] / src / mesa / main / remap.h
index 2e5955d38060f2032588ebeb64155908e514913e..19d2f0daa5a588c7096cb242118e8b270f4d0af8 100644 (file)
@@ -32,21 +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);
-
 extern void
 _mesa_init_remap_table(void);