瀏覽代碼

Remove pointless comments

Camilla Löwy 6 年之前
父節點
當前提交
84ec99bb01
共有 3 個文件被更改,包括 0 次插入6 次删除
  1. 0 2
      src/glx_context.c
  2. 0 2
      src/nsgl_context.m
  3. 0 2
      src/wgl_context.c

+ 0 - 2
src/glx_context.c

@@ -228,8 +228,6 @@ static GLFWglproc getProcAddressGLX(const char* procname)
         return _glfw_dlsym(_glfw.glx.handle, procname);
 }
 
-// Destroy the OpenGL context
-//
 static void destroyContextGLX(_GLFWwindow* window)
 {
     if (window->context.glx.window)

+ 0 - 2
src/nsgl_context.m

@@ -119,8 +119,6 @@ static GLFWglproc getProcAddressNSGL(const char* procname)
     return symbol;
 }
 
-// Destroy the OpenGL context
-//
 static void destroyContextNSGL(_GLFWwindow* window)
 {
     @autoreleasepool {

+ 0 - 2
src/wgl_context.c

@@ -389,8 +389,6 @@ static GLFWglproc getProcAddressWGL(const char* procname)
     return (GLFWglproc) GetProcAddress(_glfw.wgl.instance, procname);
 }
 
-// Destroy the OpenGL context
-//
 static void destroyContextWGL(_GLFWwindow* window)
 {
     if (window->context.wgl.handle)