diff options
Diffstat (limited to 'src/mesa/main/light.h')
-rw-r--r-- | src/mesa/main/light.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/light.h b/src/mesa/main/light.h index 8b19e63a9c1..26e604bc523 100644 --- a/src/mesa/main/light.h +++ b/src/mesa/main/light.h @@ -110,8 +110,6 @@ extern GLuint _mesa_material_bitmask( struct gl_context *ctx, GLuint legal, const char * ); -extern void _mesa_invalidate_shine_table( struct gl_context *ctx, GLuint i ); - extern void _mesa_validate_all_lighting_tables( struct gl_context *ctx ); extern void _mesa_update_lighting( struct gl_context *ctx ); |