mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unnecessary EditorData constructor stub
It's useless anyway because `std::string`s get initialized automatically.
This commit is contained in:
@@ -89,14 +89,6 @@ class EditorData
|
|||||||
std::string creator;
|
std::string creator;
|
||||||
|
|
||||||
std::string modifier;
|
std::string modifier;
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
|
|
||||||
EditorData()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct GhostInfo {
|
struct GhostInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user