diff options
author | Brian Paul <[email protected]> | 2011-10-13 17:14:24 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-10-13 17:14:24 -0600 |
commit | bc4ef33108331db69ddfdbdd71546f4cb49ed809 (patch) | |
tree | 0f3cce74eb0bf90db785cd037f4ebd2f825e6029 /src/mesa/main | |
parent | 6fc6d5a09e36c56f4debd17bbbed15f732403619 (diff) |
mesa: remove unused gl_sampler_object::_CompleteTexture field
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 749324d7629..a7d1cb2b111 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1311,9 +1311,6 @@ struct gl_sampler_object /* deprecated sampler state */ GLenum DepthMode; /**< GL_ARB_depth_texture */ - - /** Is the texture object complete with respect to this sampler? */ - GLboolean _CompleteTexture; }; |