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