From 2524f9b80d5763377600e15e584152253420ad25 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 10 Feb 2015 08:58:01 -0800 Subject: mesa/main: Silence unused parameter warning Just remove the _mesa_free_lighting_data function. The body has been empty since the shine table was moved into the tnl module (commit ba1d921). main/light.c:1216:46: warning: unused parameter 'ctx' [-Wunused-parameter] _mesa_free_lighting_data( struct gl_context *ctx ) ^ Signed-off-by: Ian Romanick Reviewed-by: Matt Turner --- src/mesa/main/context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 63d30a2c880..b186a1fad50 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1280,7 +1280,6 @@ _mesa_free_context_data( struct gl_context *ctx ) _mesa_free_attrib_data(ctx); _mesa_free_buffer_objects(ctx); - _mesa_free_lighting_data( ctx ); _mesa_free_eval_data( ctx ); _mesa_free_texture_data( ctx ); _mesa_free_matrix_data( ctx ); -- cgit v1.2.3