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:
parent
58308f9826
commit
b108e28c5a
1 changed files with 0 additions and 8 deletions
|
@ -89,14 +89,6 @@ class EditorData
|
||||||
std::string creator;
|
std::string creator;
|
||||||
|
|
||||||
std::string modifier;
|
std::string modifier;
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
|
|
||||||
EditorData()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct GhostInfo {
|
struct GhostInfo {
|
||||||
|
|
Loading…
Reference in a new issue