diff --git a/src/cocoa_init.m b/src/cocoa_init.m index 6baf6b3f..e75a5519 100644 --- a/src/cocoa_init.m +++ b/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" diff --git a/src/cocoa_joystick.m b/src/cocoa_joystick.m index caeb4725..d5de4793 100644 --- a/src/cocoa_joystick.m +++ b/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" diff --git a/src/cocoa_monitor.m b/src/cocoa_monitor.m index 6c7315bd..78089419 100644 --- a/src/cocoa_monitor.m +++ b/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" diff --git a/src/cocoa_window.m b/src/cocoa_window.m index c865c09e..f6639646 100644 --- a/src/cocoa_window.m +++ b/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" diff --git a/src/nsgl_context.m b/src/nsgl_context.m index de89e421..e838caa2 100644 --- a/src/nsgl_context.m +++ b/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"