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 /modules/tinyexr/image_loader_tinyexr.h | |
parent | ed5c03528d031045965352d066cbc2bce94f273d (diff) | |
parent | 82b9557803f33521694587b6014645a05a814ecb (diff) |
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-comments
Remove redundant author doc comments
Diffstat (limited to 'modules/tinyexr/image_loader_tinyexr.h')
-rw-r--r-- | modules/tinyexr/image_loader_tinyexr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/tinyexr/image_loader_tinyexr.h b/modules/tinyexr/image_loader_tinyexr.h index 4003fdc802..ee8479b1b4 100644 --- a/modules/tinyexr/image_loader_tinyexr.h +++ b/modules/tinyexr/image_loader_tinyexr.h @@ -33,9 +33,6 @@ #include "core/io/image_loader.h" -/** - @author Juan Linietsky <reduzio@gmail.com> -*/ class ImageLoaderTinyEXR : public ImageFormatLoader { public: |