diff --git a/src/window.c b/src/window.c index b937d3a24..3a2624490 100644 --- a/src/window.c +++ b/src/window.c @@ -239,11 +239,6 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, return NULL; } - // Clearing the front buffer to black to avoid garbage pixels left over - // from previous uses of our bit of VRAM - glClear(GL_COLOR_BUFFER_BIT); - _glfwPlatformSwapBuffers(window); - // Restore the previously current context (or NULL) _glfwPlatformMakeContextCurrent(previous);