From 46fce40fd5a5dafbc2fe1a243d6451423dfed6c2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 7 Mar 2016 13:35:37 +0100 Subject: [PATCH] Fix error lists for raw timer functions --- include/GLFW/glfw3.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 8abe5f3b..712f006d 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3628,8 +3628,7 @@ GLFWAPI void glfwSetTime(double time); * @return The value of the timer, or zero if an * [error](@ref error_handling) occurred. * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_INVALID_VALUE. + * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. * * @thread_safety This function may be called from any thread. * @@ -3647,8 +3646,7 @@ GLFWAPI GLFWuint64 glfwGetTimerValue(void); * @return The frequency of the timer, in Hz, or zero if an * [error](@ref error_handling) occurred. * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_INVALID_VALUE. + * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. * * @thread_safety This function may be called from any thread. *