mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Remove now redundant Store::setUp implementation
This commit is contained in:
parent
ddd6e682bc
commit
65ab31eae6
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user