浏览代码

Remove reminders to use C99 from more source files

Camilla Löwy 1 年之前
父节点
当前提交
42afff41fe
共有 5 个文件被更改,包括 0 次插入10 次删除
  1. 0 2
      src/cocoa_init.m
  2. 0 2
      src/cocoa_joystick.m
  3. 0 2
      src/cocoa_monitor.m
  4. 0 2
      src/cocoa_window.m
  5. 0 2
      src/nsgl_context.m

+ 0 - 2
src/cocoa_init.m

@@ -23,8 +23,6 @@
 //    distribution.
 //
 //========================================================================
-// It is fine to use C99 in this file because it will not be built with VS
-//========================================================================
 
 #include "internal.h"
 

+ 0 - 2
src/cocoa_joystick.m

@@ -24,8 +24,6 @@
 //    distribution.
 //
 //========================================================================
-// It is fine to use C99 in this file because it will not be built with VS
-//========================================================================
 
 #include "internal.h"
 

+ 0 - 2
src/cocoa_monitor.m

@@ -24,8 +24,6 @@
 //    distribution.
 //
 //========================================================================
-// It is fine to use C99 in this file because it will not be built with VS
-//========================================================================
 
 #include "internal.h"
 

+ 0 - 2
src/cocoa_window.m

@@ -23,8 +23,6 @@
 //    distribution.
 //
 //========================================================================
-// It is fine to use C99 in this file because it will not be built with VS
-//========================================================================
 
 #include "internal.h"
 

+ 0 - 2
src/nsgl_context.m

@@ -23,8 +23,6 @@
 //    distribution.
 //
 //========================================================================
-// It is fine to use C99 in this file because it will not be built with VS
-//========================================================================
 
 #include "internal.h"