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 modifier;
private:
EditorData()
{
}
};
struct GhostInfo {