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 --- core/resource.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/resource.h') diff --git a/core/resource.h b/core/resource.h index 853b2859c7..038b4f6278 100644 --- a/core/resource.h +++ b/core/resource.h @@ -38,10 +38,6 @@ #include "core/safe_refcount.h" #include "core/self_list.h" -/** - @author Juan Linietsky -*/ - #define RES_BASE_EXTENSION(m_ext) \ public: \ static void register_custom_data_to_otdb() { ClassDB::add_resource_base_extension(m_ext, get_class_static()); } \ -- cgit v1.2.3