mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
openmw-cs: model: world: data: Remove dead code.
This commit is contained in:
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->setIndex((project || !base) ? 0 : mReaderIndex++);
|
||||||
mReader->open (path);
|
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;
|
mBase = base;
|
||||||
mProject = project;
|
mProject = project;
|
||||||
|
|
||||||
|
@ -126,8 +126,6 @@ namespace CSMWorld
|
|||||||
|
|
||||||
std::vector<std::shared_ptr<ESM::ESMReader> > mReaders;
|
std::vector<std::shared_ptr<ESM::ESMReader> > mReaders;
|
||||||
|
|
||||||
std::map<std::string, int> mContentFileNames;
|
|
||||||
|
|
||||||
// not implemented
|
// not implemented
|
||||||
Data (const Data&);
|
Data (const Data&);
|
||||||
Data& operator= (const Data&);
|
Data& operator= (const Data&);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user