commit | 02598570cb4c83a584021b6e47e05375adac6502 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Mon Dec 31 04:12:16 2012 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Mon Dec 31 04:12:16 2012 +0100 |
tree | 78914a2103afeefcbc6c6bf094e11220ffa62421 | |
parent | fc5235cd2ef9d63a9e14a185a20cbadb3b64436a [diff] |
Removed unused struct member.
diff --git a/src/internal.h b/src/internal.h index 5c55d95..5f511c4 100644 --- a/src/internal.h +++ b/src/internal.h
@@ -177,7 +177,6 @@ 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;