Removed superfluous test.

This commit is contained in:
Camilla Berglund
2012-04-14 23:01:35 +02:00
parent 351f2b2664
commit 4994acb7e1
-1
View File
@@ -517,7 +517,6 @@ GLFWAPI void glfwSwapBuffers(void)
return; return;
} }
if (_glfwLibrary.currentWindow)
_glfwPlatformSwapBuffers(); _glfwPlatformSwapBuffers();
} }