Remove unused code

Strip out the GLFW timer code, since we use our own kitty based
monotonic clock.
This commit is contained in:
Kovid Goyal
2019-12-19 16:27:25 +05:30
parent 2e850a0d0d
commit e142083d53
16 changed files with 5 additions and 339 deletions

2
glfw/null_init.c vendored
View File

@@ -36,7 +36,6 @@
int _glfwPlatformInit(void)
{
_glfwInitTimerPOSIX();
return true;
}
@@ -49,4 +48,3 @@ const char* _glfwPlatformGetVersionString(void)
{
return _GLFW_VERSION_NUMBER " null OSMesa";
}