Removed stale comment.

This commit is contained in:
Camilla Berglund 2014-03-07 00:11:36 +01:00
parent 596b1e69ce
commit 6e990b77d1
1 changed files with 0 additions and 3 deletions

View File

@ -1000,9 +1000,6 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
return GL_FALSE;
}
// Don't use accumulation buffer support; it's not accelerated
// Aux buffers probably aren't accelerated either
if (!createWindow(window, wndconfig))
return GL_FALSE;