summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-27 18:57:02 -0600
committerBrian Paul <brianp@vmware.com>2009-09-27 18:57:02 -0600
commita608257a02d2ba4e8119be462bbd40ed238b184a (patch)
treee204e21e3e6160e4507c81269972d81b3f8f9ab3 /src/mesa/main/mtypes.h
parente8eed5003b01fe8a4349711382411ac80b1c0aa3 (diff)
mesa: remove unused gl_texture_format fields
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 20fa6d8e3c..d448e3e158 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1167,22 +1167,6 @@ struct gl_texture_format
/*@}*/
GLuint TexelBytes; /**< Bytes per texel, 0 if compressed format */
-
- void *StoreImage;
-
- /**
- * \name Texel fetch function pointers
- */
- /*@{*/
- void *FetchTexel1D;
- void *FetchTexel2D;
- void *FetchTexel3D;
- void *FetchTexel1Df;
- void *FetchTexel2Df;
- void *FetchTexel3Df;
- /*@}*/
-
- void *toreTexel;
};