diff options
author | Rune Peterson <[email protected]> | 2007-02-10 18:19:43 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-10 18:19:43 -0700 |
commit | 3bacb68c70e4a0813bf944061a97e727cbd89c43 (patch) | |
tree | c222dbb96ceaa8432dcf827a9af175195942b3a9 /src/mesa/main/state.c | |
parent | b2d30ca0cb01a80ff440a4a07b293daa16486e12 (diff) |
ctx->Point._Size fix
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 55fb4552d2b..f4f73a5089f 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 ); |