mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Removed GLFW_NO_ERROR.
As glfwGetError was removed (due to a race between glfwInit error reporting and manual TLS setup on OS X), this token has no purpose.
This commit is contained in:
@@ -446,9 +446,6 @@ extern "C" {
|
||||
/*! @defgroup errors Error codes
|
||||
* @ingroup error
|
||||
* @{ */
|
||||
/*! @brief No error has occurred.
|
||||
*/
|
||||
#define GLFW_NO_ERROR 0
|
||||
/*! @brief GLFW has not been initialized.
|
||||
*/
|
||||
#define GLFW_NOT_INITIALIZED 0x00070001
|
||||
|
||||
Reference in New Issue
Block a user