diff options
author | IAmActuallyCthulhu <iamactuallycthulhu@gmail.com> | 2019-08-10 07:28:17 -0500 |
---|---|---|
committer | IAmActuallyCthulhu <iamactuallycthulhu@gmail.com> | 2019-08-12 04:26:38 -0500 |
commit | 82b9557803f33521694587b6014645a05a814ecb (patch) | |
tree | 21d25433b59ad6835f1ab8214d3f763b3531a069 /platform/osx | |
parent | b18747af4b9e7b1fbfb35a478556eba6328ccce5 (diff) |
Remove redundant author doc comments
Diffstat (limited to 'platform/osx')
-rw-r--r-- | platform/osx/dir_access_osx.h | 3 | ||||
-rw-r--r-- | platform/osx/os_osx.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/platform/osx/dir_access_osx.h b/platform/osx/dir_access_osx.h index e1aa038c61..c5951a570e 100644 --- a/platform/osx/dir_access_osx.h +++ b/platform/osx/dir_access_osx.h @@ -41,9 +41,6 @@ #include "core/os/dir_access.h" #include "drivers/unix/dir_access_unix.h" -/** - @author Juan Linietsky <reduzio@gmail.com> -*/ class DirAccessOSX : public DirAccessUnix { protected: virtual String fix_unicode_name(const char *p_name) const; diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index a83d5084ed..9cb2915701 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -51,9 +51,6 @@ #include <CoreVideo/CoreVideo.h> #undef CursorShape -/** - @author Juan Linietsky <reduzio@gmail.com> -*/ class OS_OSX : public OS_Unix { public: |