Fix DRI build
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 16 May 2008 20:15:03 +0000 (13:15 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 16 May 2008 20:15:03 +0000 (13:15 -0700)
src/mesa/shader/prog_instruction.h

index f8ff33e..aca7683 100644 (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;
 };