Jelajahi Sumber

Removed unused struct member.

Camilla Berglund 12 tahun lalu
induk
melakukan
02598570cb
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/internal.h

+ 0 - 1
src/internal.h

@@ -177,7 +177,6 @@ struct _GLFWwindow
     GLboolean closeRequested;  // GL_TRUE if this window should be closed
     GLboolean closeRequested;  // GL_TRUE if this window should be closed
     int       width, height;
     int       width, height;
     int       positionX, positionY;
     int       positionX, positionY;
-    int       mode;            // GLFW_WINDOWED or GLFW_FULLSCREEN
     GLboolean resizable;       // GL_TRUE if user may resize this window
     GLboolean resizable;       // GL_TRUE if user may resize this window
     GLboolean visible;         // GL_TRUE if this window is visible
     GLboolean visible;         // GL_TRUE if this window is visible
     void*     userPointer;
     void*     userPointer;