diff options
author | Brian Paul <brianp@vmware.com> | 2012-11-02 17:03:50 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-11-06 16:12:42 -0700 |
commit | 69cc0f48c4275e0decabafc02a730034a8b6fbf2 (patch) | |
tree | d551ca1d137b3158f22dec5677fdddd28665f13f /tests | |
parent | 436be30410795f5cfc0553ed4b1d0cbaeee79d42 (diff) |
arb_texture_storage: remove config.window_width/height lines
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/arb_texture_storage/texture-storage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/spec/arb_texture_storage/texture-storage.c b/tests/spec/arb_texture_storage/texture-storage.c index e8bbd88e..6d55fe6e 100644 --- a/tests/spec/arb_texture_storage/texture-storage.c +++ b/tests/spec/arb_texture_storage/texture-storage.c @@ -34,8 +34,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 |