From 14f00ffa67e2f7f6a4f4fe3221bd324cbe057756 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 16 Sep 2012 12:43:33 +0200 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 5a353b22..b01707f9 100755 --- a/src/internal.h +++ b/src/internal.h @@ -234,7 +234,6 @@ struct _GLFWlibrary _GLFWwindow* windowListHead; _GLFWwindow* activeWindow; - _GLFWwindow* cursorLockWindow; _GLFWmonitor** monitors; int monitorCount;