summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-05-21 21:59:20 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-05-21 21:59:20 -0600
commitc62da91f44c230b6476b5d7409d2c11e88f1620b (patch)
treead0b0f77f2f93771fcc761c158310a6dd0117759 /src/mesa/main/mtypes.h
parent5c5ab90c762614ef1db898e1984137d65fb96b7e (diff)
remove the unused texobj Mutex field
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 894b9edb36..fc712def57 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1397,7 +1397,6 @@ struct gl_texture_image
*/
struct gl_texture_object
{
- _glthread_Mutex Mutex; /**< for thread safety */
GLint RefCount; /**< reference count */
GLuint Name; /**< the user-visible texture object ID */
GLenum Target; /**< GL_TEXTURE_1D, GL_TEXTURE_2D, etc. */