Forráskód Böngészése

Remove reminders to use C99 from more source files

Camilla Löwy 1 éve
szülő
commit
42afff41fe
5 módosított fájl, 0 hozzáadás és 10 törlés
  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"