1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-07 22:57:25 -04:00

Remove unused variables in gamma test

This commit is contained in:
Camilla Berglund 2016-10-10 01:24:29 +02:00
parent ef15735161
commit bf747e32b4

View File

@ -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);