From bc4ef33108331db69ddfdbdd71546f4cb49ed809 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Oct 2011 17:14:24 -0600 Subject: [PATCH] mesa: remove unused gl_sampler_object::_CompleteTexture field --- src/mesa/main/mtypes.h | 3 --- 1 file changed, 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; }; -- 2.30.2