diff options
Diffstat (limited to 'src/mesa/main/light.h')
-rw-r--r-- | src/mesa/main/light.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/light.h b/src/mesa/main/light.h index f42fbe6f506..9b66c7ed853 100644 --- a/src/mesa/main/light.h +++ b/src/mesa/main/light.h @@ -123,10 +123,6 @@ extern void _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state ); extern void _mesa_update_material( struct gl_context *ctx, GLuint bitmask ); -extern void _mesa_copy_materials( struct gl_material *dst, - const struct gl_material *src, - GLuint bitmask ); - extern void _mesa_update_color_material( struct gl_context *ctx, const GLfloat rgba[4] ); |