Removed broken initial cursor pos kluges.

This commit is contained in:
Camilla Berglund
2013-05-26 17:19:13 +02:00
parent b4e0ee418e
commit ffc55c3509
3 changed files with 0 additions and 31 deletions
-4
View File
@@ -867,10 +867,6 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
if (wndconfig->monitor)
enterFullscreenMode(window);
NSPoint point = [[NSCursor currentCursor] hotSpot];
window->cursorPosX = point.x;
window->cursorPosY = point.y;
return GL_TRUE;
}