Remove unused code
Strip out the GLFW timer code, since we use our own kitty based monotonic clock.
This commit is contained in:
1
glfw/init.c
vendored
1
glfw/init.c
vendored
@@ -240,7 +240,6 @@ GLFWAPI int glfwInit(monotonic_t start_time)
|
||||
_glfwPlatformSetTls(&_glfw.errorSlot, &_glfwMainThreadError);
|
||||
|
||||
_glfw.initialized = true;
|
||||
_glfw.timer.offset = _glfwPlatformGetTimerValue();
|
||||
|
||||
glfwDefaultWindowHints();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user