summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-02-02 09:09:13 -0700
committerBrian <brian@yutani.localnet.net>2007-02-02 09:09:13 -0700
commit4e7fd7ad9604f6b9700a6011338c2bf1381b28da (patch)
treefbee9a8e1e25fff150c2c566e7e66a0fea801071 /src/mesa/swrast/s_context.c
parent9742547245f3dc4850faa9e83d178d17669d4c09 (diff)
get rid of unused span->start field
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r--src/mesa/swrast/s_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index 6e3475b130..ec2f3d68b8 100644
--- a/src/mesa/swrast/s_context.c
+++ b/src/mesa/swrast/s_context.c
@@ -704,7 +704,6 @@ _swrast_CreateContext( GLcontext *ctx )
/* init point span buffer */
swrast->PointSpan.primitive = GL_POINT;
- swrast->PointSpan.start = 0;
swrast->PointSpan.end = 0;
swrast->PointSpan.facing = 0;
swrast->PointSpan.array = swrast->SpanArrays;