diff options
author | Brian Paul <brianp@vmware.com> | 2014-04-29 08:41:28 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-04-29 18:26:58 -0600 |
commit | 3164ca75d9e2070f9272b3ac0094b5ced2118a0b (patch) | |
tree | 3e0c73573c43d8460c69665c170e7897f850e0c3 /tests/general/texgen.c | |
parent | c2c33a9ec99c2e4cdd103c358d7aa35b6e2acf00 (diff) |
texgen: use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/general/texgen.c')
-rw-r--r-- | tests/general/texgen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/general/texgen.c b/tests/general/texgen.c index c087bbed1..cb3471003 100644 --- a/tests/general/texgen.c +++ b/tests/general/texgen.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 |