From 3bacb68c70e4a0813bf944061a97e727cbd89c43 Mon Sep 17 00:00:00 2001 From: Rune Peterson Date: Sat, 10 Feb 2007 18:19:43 -0700 Subject: ctx->Point._Size fix --- src/mesa/main/state.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/state.c') diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 55fb4552d2..f4f73a5089 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -1111,9 +1111,6 @@ _mesa_update_state_locked( GLcontext *ctx ) if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) _mesa_update_draw_buffer_bounds( ctx ); - if (new_state & _NEW_POINT) - _mesa_update_point( ctx ); - if (new_state & _NEW_LIGHT) _mesa_update_lighting( ctx ); -- cgit v1.2.3