1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 10:09:43 +01:00

Remove unnecessary EditorData constructor stub

It's useless anyway because `std::string`s get initialized
automatically.
This commit is contained in:
Misa 2020-07-19 12:17:36 -07:00 committed by Ethan Lee
parent 58308f9826
commit b108e28c5a

View file

@ -89,14 +89,6 @@ class EditorData
std::string creator; std::string creator;
std::string modifier; std::string modifier;
private:
EditorData()
{
}
}; };
struct GhostInfo { struct GhostInfo {