[Piglit] [PATCH 4/5] fs-texelFetchOffset-2D: remove unused vars

Brian Paul brianp at vmware.com
Wed Sep 28 13:06:03 PDT 2011


---
 .../glsl-1.30/execution/fs-texelFetchOffset-2D.c   |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tests/spec/glsl-1.30/execution/fs-texelFetchOffset-2D.c b/tests/spec/glsl-1.30/execution/fs-texelFetchOffset-2D.c
index d7ef885..e7be7ae 100644
--- a/tests/spec/glsl-1.30/execution/fs-texelFetchOffset-2D.c
+++ b/tests/spec/glsl-1.30/execution/fs-texelFetchOffset-2D.c
@@ -68,9 +68,7 @@ piglit_display(void)
 	int l, q;
 	bool pass = true;
 	float red[4]   = {1.0, 0.0, 0.0, 1.0};
-	float green[4] = {0.0, 1.0, 0.0, 1.0};
 	float blue[4]  = {0.0, 0.0, 1.0, 1.0};
-	float white[4] = {1.0, 1.0, 1.0, 1.0};
 	float black[4] = {0.0, 0.0, 0.0, 1.0};
 
 	glClearColor(0.5, 0.5, 0.5, 1.0);
-- 
1.7.3.4



More information about the Piglit mailing list