---
 tests/spec/ext_texture_integer/api-drawpixels.c |    3 ---
 tests/spec/ext_texture_integer/api-readpixels.c |    3 ---
 tests/spec/ext_texture_integer/api-teximage.c   |    3 ---
 3 files changed, 9 deletions(-)

diff --git a/tests/spec/ext_texture_integer/api-drawpixels.c 
b/tests/spec/ext_texture_integer/api-drawpixels.c
index 6a8f273..371d789 100644
--- a/tests/spec/ext_texture_integer/api-drawpixels.c
+++ b/tests/spec/ext_texture_integer/api-drawpixels.c
@@ -61,9 +61,6 @@
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
        config.supports_gl_compat_version = 10;
-
-       config.window_width = 10;
-       config.window_height = 10;
        config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
 
 PIGLIT_GL_TEST_CONFIG_END
diff --git a/tests/spec/ext_texture_integer/api-readpixels.c 
b/tests/spec/ext_texture_integer/api-readpixels.c
index bb961da..2c93a5b 100644
--- a/tests/spec/ext_texture_integer/api-readpixels.c
+++ b/tests/spec/ext_texture_integer/api-readpixels.c
@@ -33,9 +33,6 @@
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
        config.supports_gl_compat_version = 10;
-
-       config.window_width = 10;
-       config.window_height = 10;
        config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
 
 PIGLIT_GL_TEST_CONFIG_END
diff --git a/tests/spec/ext_texture_integer/api-teximage.c 
b/tests/spec/ext_texture_integer/api-teximage.c
index f8b1a68..3c408b4 100644
--- a/tests/spec/ext_texture_integer/api-teximage.c
+++ b/tests/spec/ext_texture_integer/api-teximage.c
@@ -33,9 +33,6 @@
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
        config.supports_gl_compat_version = 10;
-
-       config.window_width = 10;
-       config.window_height = 10;
        config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
 
 PIGLIT_GL_TEST_CONFIG_END
-- 
1.7.10.4

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to