Remove redundant author doc comments

This commit is contained in:
IAmActuallyCthulhu 2019-08-10 07:28:17 -05:00
parent b18747af4b
commit 82b9557803
No known key found for this signature in database
GPG key ID: 62B646AF25F1C246
138 changed files with 18 additions and 485 deletions

View file

@ -32,9 +32,7 @@
#define TEXTURE_FRAME_H
#include "scene/gui/control.h"
/**
@author Juan Linietsky <reduzio@gmail.com>
*/
class TextureRect : public Control {
GDCLASS(TextureRect, Control);