mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-08 18:09:45 +01:00
Remove unused attributes author/description/title from editorclass
The author, description, and title of the level are actually stored on the EditorData instance. These attributes do nothing and should be removed.
This commit is contained in:
parent
d9e3e523b7
commit
20207e2098
1 changed files with 0 additions and 4 deletions
|
@ -240,10 +240,6 @@ class editorclass{
|
|||
int sbx, sby;
|
||||
int pagey;
|
||||
|
||||
std::string author;
|
||||
std::string description;
|
||||
std::string title;
|
||||
|
||||
//Functions for interfacing with the script:
|
||||
void addhook(std::string t);
|
||||
void removehook(std::string t);
|
||||
|
|
Loading…
Reference in a new issue