diff options
author | truebrain <truebrain@openttd.org> | 2011-11-30 01:22:18 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-30 01:22:18 +0000 |
commit | 160bfd885132212a818db8221f9c9a67b5ec4caa (patch) | |
tree | 3dce981658b1989c6baf7e98bc82a84eeaa38f6d /src/os/macosx | |
parent | 1902803b6e10f013cf086950fc573108c5581f09 (diff) | |
download | openttd-160bfd885132212a818db8221f9c9a67b5ec4caa.tar.xz |
(svn r23376) -Remove: on popular demand, remove my (revoked) name from comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)
Diffstat (limited to 'src/os/macosx')
-rw-r--r-- | src/os/macosx/macos.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm index 33465d055..f6b2d4e89 100644 --- a/src/os/macosx/macos.mm +++ b/src/os/macosx/macos.mm @@ -24,9 +24,6 @@ /* * This file contains objective C * Apple uses objective C instead of plain C to interact with OS specific/native functions - * - * Note: TrueLight's crosscompiler can handle this, but it likely needs a manual modification for each change in this file. - * To insure that the crosscompiler still works, let him try any changes before they are committed */ |