From 6e990b77d13a7f973942d0edef2200910faebf01 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 7 Mar 2014 00:11:36 +0100 Subject: [PATCH] Removed stale comment. --- src/cocoa_window.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cocoa_window.m b/src/cocoa_window.m index d2b4fb4c..e59a5964 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -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;