mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-05 00:26:15 +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{
|
class editorclass{
|
||||||
//Special class to handle ALL editor variables locally
|
|
||||||
public:
|
public:
|
||||||
editorclass(void);
|
editorclass(void);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user