Cleanup of #487.

This commit is contained in:
Camilla Berglund
2015-04-09 14:03:26 +02:00
parent a21f586c3b
commit 882b770ecb
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -527,9 +527,7 @@ int _glfwStringInExtensionString(const char* string, const GLubyte* extensions)
GLFWAPI void glfwMakeContextCurrent(GLFWwindow* handle)
{
_GLFWwindow* window = (_GLFWwindow*) handle;
_GLFW_REQUIRE_INIT();
_glfwPlatformMakeContextCurrent(window);
}