浏览代码

Remove unused variables in gamma test

Camilla Berglund 9 年之前
父节点
当前提交
bf747e32b4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tests/gamma.c

+ 0 - 2
tests/gamma.c

@@ -46,8 +46,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-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);