From 987ae889093401186e68c215663eff678247878c Mon Sep 17 00:00:00 2001 From: Misa Date: Sat, 20 Feb 2021 14:56:40 -0800 Subject: [PATCH] Remove comment from top of editorclass There's no need for this comment; it's quite obvious that editorclass is a class about the editor and will contain editor variables. --- desktop_version/src/CustomLevels.h | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop_version/src/CustomLevels.h b/desktop_version/src/CustomLevels.h index 68d9ad20..17544514 100644 --- a/desktop_version/src/CustomLevels.h +++ b/desktop_version/src/CustomLevels.h @@ -115,7 +115,6 @@ struct GhostInfo { }; class editorclass{ - //Special class to handle ALL editor variables locally public: editorclass(void);