forked from mirror/openmw-tes3mp
Remove a superfluous clear.
This commit is contained in:
parent
16a6edbd0e
commit
545c3c312c
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ void Clothing::save(ESMWriter &esm) const
|
|||
mName.clear();
|
||||
mModel.clear();
|
||||
mIcon.clear();
|
||||
mIcon.clear();
|
||||
mEnchant.clear();
|
||||
mScript.clear();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue