openmw-cs: model: world: data: Remove dead code.

crashfix_debugdraw
Project579 3 years ago
parent dec3f24375
commit 4d47e8d055

@ -991,8 +991,6 @@ int CSMWorld::Data::startLoading (const std::filesystem::path& path, bool base,
mReader->setIndex((project || !base) ? 0 : mReaderIndex++);
mReader->open (path);
mContentFileNames.insert(std::make_pair(path.filename().string(), mReader->getIndex())); //TODO(Project579): let's hope unicode characters are never used in these filenames on windows or this will break
mBase = base;
mProject = project;

@ -126,8 +126,6 @@ namespace CSMWorld
std::vector<std::shared_ptr<ESM::ESMReader> > mReaders;
std::map<std::string, int> mContentFileNames;
// not implemented
Data (const Data&);
Data& operator= (const Data&);

Loading…
Cancel
Save