mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +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 modifier;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
EditorData()
|
||||
{
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
struct GhostInfo {
|
||||
|
||||
Reference in New Issue
Block a user