From 82b9557803f33521694587b6014645a05a814ecb Mon Sep 17 00:00:00 2001 From: IAmActuallyCthulhu Date: Sat, 10 Aug 2019 07:28:17 -0500 Subject: Remove redundant author doc comments --- scene/gui/nine_patch_rect.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scene/gui/nine_patch_rect.h') diff --git a/scene/gui/nine_patch_rect.h b/scene/gui/nine_patch_rect.h index ac17e52fc1..f31a09a482 100644 --- a/scene/gui/nine_patch_rect.h +++ b/scene/gui/nine_patch_rect.h @@ -32,9 +32,7 @@ #define NINE_PATCH_RECT_H #include "scene/gui/control.h" -/** - @author Juan Linietsky -*/ + class NinePatchRect : public Control { GDCLASS(NinePatchRect, Control); -- cgit v1.2.3