diff options
author | Brian Paul <[email protected]> | 2002-10-02 22:05:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-02 22:05:55 +0000 |
commit | 0adce5d0ed20910a41c2115e4dd0173fdcc53cdb (patch) | |
tree | d83891276a6df6cebe5bc1ed198aa4554700f70d /src/mesa/main/context.c | |
parent | 641b2307ec77e70a5b1db75934438d2fbb75613c (diff) |
removed unused ctx->Polygon.OffsetMRD
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 986dbc5aca9..b81a57badb6 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.177 2002/09/27 02:45:37 brianp Exp $ */ +/* $Id: context.c,v 1.178 2002/10/02 22:05:56 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1270,7 +1270,6 @@ init_attrib_groups( GLcontext *ctx ) ctx->Polygon.StippleFlag = GL_FALSE; ctx->Polygon.OffsetFactor = 0.0F; ctx->Polygon.OffsetUnits = 0.0F; - ctx->Polygon.OffsetMRD = 0.0F; ctx->Polygon.OffsetPoint = GL_FALSE; ctx->Polygon.OffsetLine = GL_FALSE; ctx->Polygon.OffsetFill = GL_FALSE; |