Removed unused struct member.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent b711b2fc72
commit 14f00ffa67
  1. 1
      src/internal.h

@ -234,7 +234,6 @@ struct _GLFWlibrary
_GLFWwindow* windowListHead; _GLFWwindow* windowListHead;
_GLFWwindow* activeWindow; _GLFWwindow* activeWindow;
_GLFWwindow* cursorLockWindow;
_GLFWmonitor** monitors; _GLFWmonitor** monitors;
int monitorCount; int monitorCount;

Loading…
Cancel
Save