From bf747e32b4ea263dfc761f1a7920db45ade473f2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 10 Oct 2016 01:24:29 +0200 Subject: [PATCH] Remove unused variables in gamma test --- tests/gamma.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/gamma.c b/tests/gamma.c index dc1d9c3b..79fba395 100644 --- a/tests/gamma.c +++ b/tests/gamma.c @@ -46,8 +46,6 @@ #include #include -static int windowed_xpos, windowed_ypos, windowed_width, windowed_height; - static void error_callback(int error, const char* description) { fprintf(stderr, "Error: %s\n", description);