mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 23:43:15 +00:00
Formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user