diff --git a/desktop_version/src/editor.cpp b/desktop_version/src/editor.cpp index a7b45764..e6958683 100644 --- a/desktop_version/src/editor.cpp +++ b/desktop_version/src/editor.cpp @@ -1767,23 +1767,6 @@ bool editorclass::load(std::string& _path) } } - /*else if(version==1){ - if (pKey == "contents") - { - std::string TextString = (pText); - if(TextString.length()) - { - std::vector values = split(TextString,','); - contents.clear(); - for(int i = 0; i < values.size(); i++) - { - contents.push_back(help.Int(values[i].c_str())); - } - } - } - //} - */ - if (pKey == "edEntities") {