aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Schüller <kgbricola@web.de>2013-03-20 09:11:22 +0100
committerBrian Paul <brianp@vmware.com>2013-03-20 08:29:28 -0600
commit2fc58f24f17e234cf70a0547e3491a3282c9cfff (patch)
tree3c81a908102c6cec7434e27723b0bfa59d4df73f
parent8eeb5ab1018517699d9cb2740726df857f83ecc5 (diff)
glx_arb_create_context: Remove unused variables.
Signed-off-by: Brian Paul <brianp@vmware.com>
-rw-r--r--tests/spec/glx_arb_create_context/current-no-framebuffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/spec/glx_arb_create_context/current-no-framebuffer.c b/tests/spec/glx_arb_create_context/current-no-framebuffer.c
index 8f2956e7..f5857a25 100644
--- a/tests/spec/glx_arb_create_context/current-no-framebuffer.c
+++ b/tests/spec/glx_arb_create_context/current-no-framebuffer.c
@@ -32,8 +32,6 @@ int main(int argc, char **argv)
None
};
GLXContext ctx;
- int major;
- int minor;
int result = PIGLIT_PASS;
GLX_ARB_create_context_setup();