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

Remove unused variable in opacity test

This commit is contained in:
Caio Marcelo de Oliveira Filho 2018-01-06 11:03:41 -08:00 committed by linkmauve
parent 77879736af
commit b88be7c1e9

View File

@ -48,7 +48,6 @@ static void error_callback(int error, const char* description)
int main(int argc, char** argv)
{
GLFWmonitor* monitor = NULL;
GLFWwindow* window;
struct nk_context* nk;
struct nk_font_atlas* atlas;