diff --git a/desktop_version/src/editor.h b/desktop_version/src/editor.h index 7af9d1cf..4986ddcf 100644 --- a/desktop_version/src/editor.h +++ b/desktop_version/src/editor.h @@ -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);