summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-02 22:05:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-02 22:05:55 +0000
commit0adce5d0ed20910a41c2115e4dd0173fdcc53cdb (patch)
treed83891276a6df6cebe5bc1ed198aa4554700f70d /src/mesa/main/mtypes.h
parent641b2307ec77e70a5b1db75934438d2fbb75613c (diff)
removed unused ctx->Polygon.OffsetMRD
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 5a7eb53125..dfe1ad883e 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1,4 +1,4 @@
-/* $Id: mtypes.h,v 1.90 2002/10/02 21:44:08 brianp Exp $ */
+/* $Id: mtypes.h,v 1.91 2002/10/02 22:05:55 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -699,7 +699,6 @@ struct gl_polygon_attrib {
GLenum CullFaceMode; /* Culling mode GL_FRONT or GL_BACK */
GLfloat OffsetFactor; /* Polygon offset factor, from user */
GLfloat OffsetUnits; /* Polygon offset units, from user */
- GLfloat OffsetMRD; /* = OffsetUnits * visual->MRD */
GLboolean OffsetPoint; /* Offset in GL_POINT mode */
GLboolean OffsetLine; /* Offset in GL_LINE mode */
GLboolean OffsetFill; /* Offset in GL_FILL mode */