From 02598570cb4c83a584021b6e47e05375adac6502 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 31 Dec 2012 04:12:16 +0100 Subject: [PATCH] Removed unused struct member. --- src/internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.h b/src/internal.h index 5c55d954..5f511c4a 100644 --- a/src/internal.h +++ b/src/internal.h @@ -177,7 +177,6 @@ struct _GLFWwindow GLboolean closeRequested; // GL_TRUE if this window should be closed int width, height; int positionX, positionY; - int mode; // GLFW_WINDOWED or GLFW_FULLSCREEN GLboolean resizable; // GL_TRUE if user may resize this window GLboolean visible; // GL_TRUE if this window is visible void* userPointer;