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 /drivers/unix/os_unix.h | |
parent | b18747af4b9e7b1fbfb35a478556eba6328ccce5 (diff) | |
download | redot-engine-82b9557803f33521694587b6014645a05a814ecb.tar.gz |
Remove redundant author doc comments
Diffstat (limited to 'drivers/unix/os_unix.h')
-rw-r--r-- | drivers/unix/os_unix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 53446a6b6f..a263147e23 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -31,10 +31,6 @@ #ifndef OS_UNIX_H #define OS_UNIX_H -/** - @author Juan Linietsky <reduzio@gmail.com> -*/ - #ifdef UNIX_ENABLED #include "core/os/os.h" |