summaryrefslogtreecommitdiff
path: root/tests/general
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-04-29 08:41:02 -0600
committerBrian Paul <brianp@vmware.com>2014-04-29 18:26:58 -0600
commitc2c33a9ec99c2e4cdd103c358d7aa35b6e2acf00 (patch)
tree9f1df6ce8f33acd2aafb96c5dc1eaf6d6abc23bb /tests/general
parentdb2220dc946ba453f81a4b813cc4a7c1ac555250 (diff)
linestipple use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/general')
-rw-r--r--tests/general/linestipple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/general/linestipple.c b/tests/general/linestipple.c
index 98ecf5825..4e81585cd 100644
--- a/tests/general/linestipple.c
+++ b/tests/general/linestipple.c
@@ -32,8 +32,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 10;
- config.window_width = 128;
- config.window_height = 128;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END