mesa: remove gl_renderbuffer::DataType
[mesa.git] / src / mesa / main / mtypes.h
index 22bcfa30e2d319b0c662603c7bc2285e6d3f5916..638f1ec165df272330f7e158b2a2c2ce026112cc 100644 (file)
@@ -2560,7 +2560,6 @@ struct gl_renderbuffer
 
    /* XXX the following fields are obsolete and wil go away */
    GLvoid *Data;        /**< This may not be used by some kinds of RBs */
-   GLenum DataType;      /**< Type of values passed to the Get/Put functions */
 
    /** The following fields are only valid while the buffer is mapped */
    GLubyte *Map;