mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Remove unused code
Strip out the GLFW timer code, since we use our own kitty based monotonic clock.
This commit is contained in:
2
glfw/null_init.c
vendored
2
glfw/null_init.c
vendored
@@ -36,7 +36,6 @@
|
||||
|
||||
int _glfwPlatformInit(void)
|
||||
{
|
||||
_glfwInitTimerPOSIX();
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -49,4 +48,3 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
{
|
||||
return _GLFW_VERSION_NUMBER " null OSMesa";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user