mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-03 07:45:31 +03: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:
@@ -240,10 +240,6 @@ class editorclass{
|
|||||||
int sbx, sby;
|
int sbx, sby;
|
||||||
int pagey;
|
int pagey;
|
||||||
|
|
||||||
std::string author;
|
|
||||||
std::string description;
|
|
||||||
std::string title;
|
|
||||||
|
|
||||||
//Functions for interfacing with the script:
|
//Functions for interfacing with the script:
|
||||||
void addhook(std::string t);
|
void addhook(std::string t);
|
||||||
void removehook(std::string t);
|
void removehook(std::string t);
|
||||||
|
|||||||
Reference in New Issue
Block a user