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/script_language.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/script_language.h') diff --git a/core/script_language.h b/core/script_language.h index 87f103bb33..dfb2e0ad31 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -36,10 +36,6 @@ #include "core/pair.h" #include "core/resource.h" -/** - @author Juan Linietsky -*/ - class ScriptLanguage; typedef void (*ScriptEditRequestFunction)(const String &p_path); -- cgit v1.2.3