diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-08-14 13:45:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 13:45:54 +0200 |
commit | 6c607c356484c30162e713c91bbc7f6e4a4aeda4 (patch) | |
tree | bf950001868d2880c93ceed6dfadfd44aa16a649 /drivers/unix/dir_access_unix.h | |
parent | ed5c03528d031045965352d066cbc2bce94f273d (diff) | |
parent | 82b9557803f33521694587b6014645a05a814ecb (diff) | |
download | redot-engine-6c607c356484c30162e713c91bbc7f6e4a4aeda4.tar.gz |
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-comments
Remove redundant author doc comments
Diffstat (limited to 'drivers/unix/dir_access_unix.h')
-rw-r--r-- | drivers/unix/dir_access_unix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/dir_access_unix.h b/drivers/unix/dir_access_unix.h index 579cb0e798..88674d2769 100644 --- a/drivers/unix/dir_access_unix.h +++ b/drivers/unix/dir_access_unix.h @@ -40,10 +40,6 @@ #include <sys/types.h> #include <unistd.h> -/** - @author Juan Linietsky <reduzio@gmail.com> -*/ - class DirAccessUnix : public DirAccess { DIR *dir_stream; |