mesa/main: Silence unused parameter warning
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 10 Feb 2015 16:58:01 +0000 (08:58 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 17 Feb 2015 20:29:58 +0000 (12:29 -0800)
commit2524f9b80d5763377600e15e584152253420ad25
tree9f4aa66cd9412221f8f78c8fb17ac34274891a30
parent1424bbfb572e6165e57554c6a591282743920b5c
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 <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/context.c
src/mesa/main/light.c
src/mesa/main/light.h