mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -115,7 +115,6 @@ struct GhostInfo {
|
||||
};
|
||||
|
||||
class editorclass{
|
||||
//Special class to handle ALL editor variables locally
|
||||
public:
|
||||
editorclass(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user