replace _mesa_logbase2 with util_logbase2
[mesa.git] / src / mesa / main / light.h
index c6fba2ea31158eef33dbffdf9850af13029805b0..d009aa1759e8b4346277ab7d7526fc04864f90a7 100644 (file)
@@ -102,8 +102,6 @@ extern void _mesa_update_color_material( struct gl_context *ctx,
 
 extern void _mesa_init_lighting( struct gl_context *ctx );
 
-extern void _mesa_free_lighting_data( struct gl_context *ctx );
-
 extern void _mesa_allow_light_in_model( struct gl_context *ctx, GLboolean flag );
 
 #endif