diff options
Diffstat (limited to 'src/mesa/main/light.c')
-rw-r--r-- | src/mesa/main/light.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/light.c b/src/mesa/main/light.c index a120b12da71..f40e561a893 100644 --- a/src/mesa/main/light.c +++ b/src/mesa/main/light.c @@ -1052,9 +1052,6 @@ compute_light_positions( struct gl_context *ctx ) TRANSFORM_NORMAL( ctx->_EyeZDir, eye_z, ctx->ModelviewMatrixStack.Top->m ); } - /* Make sure all the light tables are updated before the computation */ - _mesa_validate_all_lighting_tables(ctx); - foreach (light, &ctx->Light.EnabledList) { if (ctx->_NeedEyeCoords) { |