mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Remove now redundant Store::setUp implementation
This commit is contained in:
parent
ddd6e682bc
commit
65ab31eae6
1 changed files with 0 additions and 3 deletions
|
@ -217,9 +217,6 @@ namespace MWWorld
|
|||
}
|
||||
|
||||
void setUp() {
|
||||
// remove the dynamic part of mShared
|
||||
if (mShared.size() > mStatic.size())
|
||||
mShared.erase(mShared.begin() + mStatic.size(), mShared.end());
|
||||
}
|
||||
|
||||
iterator begin() const {
|
||||
|
|
Loading…
Reference in a new issue