Remove pointless comments

(cherry picked from commit 84ec99bb01)
This commit is contained in:
Camilla Löwy
2019-05-20 18:43:34 +02:00
parent ad3e7c7f39
commit b436d8e3e6
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -119,8 +119,6 @@ static GLFWglproc getProcAddressNSGL(const char* procname)
return symbol;
}
// Destroy the OpenGL context
//
static void destroyContextNSGL(_GLFWwindow* window)
{
@autoreleasepool {