mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +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:
@@ -56,8 +56,6 @@ static const char* getErrorString(int error)
|
||||
{
|
||||
switch (error)
|
||||
{
|
||||
case GLFW_NO_ERROR:
|
||||
return "No error";
|
||||
case GLFW_NOT_INITIALIZED:
|
||||
return "The GLFW library is not initialized";
|
||||
case GLFW_NO_CURRENT_CONTEXT:
|
||||
|
||||
Reference in New Issue
Block a user