summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/swrast.h
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2007-04-23 22:01:34 -0600
committerBrian <brian@nostromo.localnet.net>2007-04-23 22:01:34 -0600
commitafc132e7a9c2b2c870b61ef10311272b36ea9bf2 (patch)
treee931b57945e00798fb7c13652c31d195c1204b03 /src/mesa/swrast/swrast.h
parent335769a875d653f6076e653d3f63c6a4ba64dba2 (diff)
remove SWvertex->fog field, use attrib field
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r--src/mesa/swrast/swrast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h
index 9e1fe24bb4..12264a159a 100644
--- a/src/mesa/swrast/swrast.h
+++ b/src/mesa/swrast/swrast.h
@@ -69,7 +69,6 @@ typedef struct {
GLfloat win[4];
GLchan color[4];
GLchan specular[4];
- GLfloat fog;
GLfloat index;
GLfloat pointSize;
GLfloat attrib[FRAG_ATTRIB_MAX][4]; /**< texcoords & varying, more to come */