diff options
author | Brian Paul <brianp@vmware.com> | 2014-04-29 08:41:02 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-04-29 18:26:58 -0600 |
commit | c2c33a9ec99c2e4cdd103c358d7aa35b6e2acf00 (patch) | |
tree | 9f1df6ce8f33acd2aafb96c5dc1eaf6d6abc23bb /tests/general | |
parent | db2220dc946ba453f81a4b813cc4a7c1ac555250 (diff) |
linestipple use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/linestipple.c | 2 |
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 |