From 0adce5d0ed20910a41c2115e4dd0173fdcc53cdb Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 2 Oct 2002 22:05:55 +0000 Subject: removed unused ctx->Polygon.OffsetMRD --- src/mesa/main/context.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/main/context.c') 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; -- cgit v1.2.3