diff options
author | Mathias Fröhlich <[email protected]> | 2011-12-26 21:45:56 +0100 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2011-12-26 21:46:56 +0100 |
commit | 5584a8eb196b2fc71c34e7a3becb5bc7a06ecd7c (patch) | |
tree | 43ab38af0eec37e43d1bb58df81b23f591567cfe /src/mesa/main/light.h | |
parent | 7ac114f94a8fac5fa7cc0e99bf6a3c03ec194650 (diff) |
mesa: remove unused _mesa_copy_materials.
Signed-off-by: Mathias Froehlich <[email protected]>
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] ); |