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.
This commit is contained in:
Misa
2021-02-20 14:56:40 -08:00
committed by Misa Elizabeth Kai
parent 6df182b38d
commit 987ae88909

View File

@@ -115,7 +115,6 @@ struct GhostInfo {
};
class editorclass{
//Special class to handle ALL editor variables locally
public:
editorclass(void);