1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-26 20:28:49 -05:00

Removed invalid timer set.

This commit is contained in:
Camilla Berglund 2012-02-15 01:11:16 +01:00
parent 7302f761d9
commit 65f55d03b1

View File

@ -226,8 +226,6 @@ int _glfwPlatformInit(void)
if (_glfwLibrary.NS.bundled)
changeToResourcesDirectory();
_glfwPlatformSetTime(0.0);
_glfwLibrary.NS.desktopMode =
(NSDictionary*) CGDisplayCurrentMode(CGMainDisplayID());