diff options
Diffstat (limited to '')
-rw-r--r-- | src/skel/glfw/glfw.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/skel/glfw/glfw.cpp b/src/skel/glfw/glfw.cpp index 25785294..9a4f2188 100644 --- a/src/skel/glfw/glfw.cpp +++ b/src/skel/glfw/glfw.cpp @@ -1371,11 +1371,6 @@ cursorEnterCB(GLFWwindow* window, int entered) { PSGLOBAL(cursorIsInWindow) = !!entered; } -void -cursorEnterCB(GLFWwindow* window, int entered) { - PSGLOBAL(cursorIsInWindow) = !!entered; -} - /* ***************************************************************************** */ |