Fix DRI build

This commit is contained in:
Brian Paul
2008-05-16 13:15:03 -07:00
committed by Eric Anholt
parent ade508312c
commit 0639998ee8
+1 -2
View File
@@ -413,13 +413,12 @@ struct prog_instruction
*/
GLint BranchTarget;
#if 0
/**
* For TEX instructions in shaders, the sampler to use for the
* texture lookup.
*/
GLint Sampler;
#endif
const char *Comment;
};