Formatting

This commit is contained in:
Camilla Löwy
2017-02-23 17:46:59 +01:00
parent 5352e2caa0
commit 2ba461e348
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -638,7 +638,6 @@ GLFWAPI void glfwSwapInterval(int interval)
GLFWAPI int glfwExtensionSupported(const char* extension)
{
_GLFWwindow* window;
assert(extension != NULL);
_GLFW_REQUIRE_INIT_OR_RETURN(GLFW_FALSE);