diff options
author | Brian <[email protected]> | 2007-04-23 22:01:34 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-23 22:01:34 -0600 |
commit | afc132e7a9c2b2c870b61ef10311272b36ea9bf2 (patch) | |
tree | e931b57945e00798fb7c13652c31d195c1204b03 /src/mesa/swrast/swrast.h | |
parent | 335769a875d653f6076e653d3f63c6a4ba64dba2 (diff) |
remove SWvertex->fog field, use attrib field
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r-- | src/mesa/swrast/swrast.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 9e1fe24bb40..12264a159ad 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 */ |