1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 22:45:33 +00:00

Remove now redundant Store::setUp implementation

This commit is contained in:
scrawl 2015-01-09 04:31:02 +01:00
parent ddd6e682bc
commit 65ab31eae6

View file

@ -217,9 +217,6 @@ namespace MWWorld
} }
void setUp() { void setUp() {
// remove the dynamic part of mShared
if (mShared.size() > mStatic.size())
mShared.erase(mShared.begin() + mStatic.size(), mShared.end());
} }
iterator begin() const { iterator begin() const {