aboutsummaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-useprogram-displaylist.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-11-02 13:38:09 -0600
committerBrian Paul <brianp@vmware.com>2012-11-06 16:12:40 -0700
commit4a77050ff32eb7fd0b043d512c405d28018ba9aa (patch)
tree8f85b1ad64086183e9fab2cb4a23d7e20df7e65a /tests/shaders/glsl-useprogram-displaylist.c
parent6f20db699a41a548503a13fc7a9f11ed85d7d3d6 (diff)
shaders: remove config.window_width/height = 100 lines
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/shaders/glsl-useprogram-displaylist.c')
-rw-r--r--tests/shaders/glsl-useprogram-displaylist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/shaders/glsl-useprogram-displaylist.c b/tests/shaders/glsl-useprogram-displaylist.c
index c2eaa0e6..089a15a0 100644
--- a/tests/shaders/glsl-useprogram-displaylist.c
+++ b/tests/shaders/glsl-useprogram-displaylist.c
@@ -35,8 +35,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 10;
- config.window_width = 100;
- config.window_height = 100;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END