1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

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

This commit is contained in:
Project579 2022-07-02 22:15:25 +02:00
parent dec3f24375
commit 4d47e8d055
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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&);