1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-13 16:23:38 +02: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:
Misa 2020-11-03 08:56:53 -08:00 committed by Ethan Lee
parent d9e3e523b7
commit 20207e2098

View File

@ -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);