diff options
author | Brian Paul <[email protected]> | 2012-02-08 20:11:58 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-02-10 08:06:57 -0700 |
commit | d1b79672425115b0f6f9fc3aadcf3800f5f3a7dc (patch) | |
tree | 9646a317c529f581ed2454a88553f0f65463301d /src/mesa/main/light.h | |
parent | ae509f88a54b9cc32f16099109330f2792593c83 (diff) |
mesa: make _mesa_invalidate_shine_table() static
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 ); |