mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59: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:
parent
6df182b38d
commit
987ae88909
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ struct GhostInfo {
|
||||||
};
|
};
|
||||||
|
|
||||||
class editorclass{
|
class editorclass{
|
||||||
//Special class to handle ALL editor variables locally
|
|
||||||
public:
|
public:
|
||||||
editorclass(void);
|
editorclass(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue