diff options
author | Brian Paul <brianp@vmware.com> | 2014-04-29 08:59:44 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-04-29 18:26:59 -0600 |
commit | 82ae62acca79fa888284cf19ff7231cae0ace51f (patch) | |
tree | fb567569ef5ad1561eb42d2e7b94abef40b3dcee /tests/general | |
parent | eb4bef656a0776cec0bc0181f5ef5a12b5685dbe (diff) |
point-line-no-cull: use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/point-line-no-cull.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/general/point-line-no-cull.c b/tests/general/point-line-no-cull.c index 027d5f80a..5a13a5571 100644 --- a/tests/general/point-line-no-cull.c +++ b/tests/general/point-line-no-cull.c @@ -36,8 +36,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; - config.window_width = 120; - config.window_height = 120; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; PIGLIT_GL_TEST_CONFIG_END |