1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

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);