diff options
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 6578b375e8b..4e66310afed 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -346,8 +346,6 @@ update_tricaps(struct gl_context *ctx, GLbitfield new_state) * Points */ if (1/*new_state & _NEW_POINT*/) { - if (ctx->Point.SmoothFlag) - ctx->_TriangleCaps |= DD_POINT_SMOOTH; if (ctx->Point._Attenuated) ctx->_TriangleCaps |= DD_POINT_ATTEN; } |