summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
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;
};