diff options
author | Brian Paul <brianp@vmware.com> | 2012-11-02 17:03:15 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-11-06 16:12:42 -0700 |
commit | 47ac9d7c3bb9c300f61bb0040ae7f4218dac417d (patch) | |
tree | 69f6a480946edac4b5b58958792d4039c17965d0 | |
parent | ce8d38ed8f5c948171094b0b71b4afa4a1520474 (diff) |
arb_texture_float: remove config.window_width/height lines
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r-- | tests/spec/arb_texture_float/texture-float-formats.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/spec/arb_texture_float/texture-float-formats.c b/tests/spec/arb_texture_float/texture-float-formats.c index edb6bc3f..0a23736d 100644 --- a/tests/spec/arb_texture_float/texture-float-formats.c +++ b/tests/spec/arb_texture_float/texture-float-formats.c @@ -32,8 +32,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_ALPHA | PIGLIT_GL_VISUAL_DOUBLE; PIGLIT_GL_TEST_CONFIG_END |