Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -179,9 +179,6 @@ EditorTranslationParser *EditorTranslationParser::get_singleton() {
|
||||
return singleton;
|
||||
}
|
||||
|
||||
EditorTranslationParser::EditorTranslationParser() {
|
||||
}
|
||||
|
||||
EditorTranslationParser::~EditorTranslationParser() {
|
||||
memdelete(singleton);
|
||||
singleton = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user