diff options
Diffstat (limited to 'src/mesa/main/light.c')
-rw-r--r-- | src/mesa/main/light.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/light.c b/src/mesa/main/light.c index b61941379f1..e483b826e91 100644 --- a/src/mesa/main/light.c +++ b/src/mesa/main/light.c @@ -1207,12 +1207,3 @@ _mesa_init_lighting( struct gl_context *ctx ) ctx->_ForceEyeCoords = GL_FALSE; ctx->_ModelViewInvScale = 1.0; } - - -/** - * Deallocate malloc'd lighting state attached to given context. - */ -void -_mesa_free_lighting_data( struct gl_context *ctx ) -{ -} |