Remove a superfluous clear.

This commit is contained in:
Kevin Poitra 2014-05-28 13:03:40 -05:00
parent 16a6edbd0e
commit 545c3c312c

View file

@ -46,7 +46,6 @@ void Clothing::save(ESMWriter &esm) const
mName.clear();
mModel.clear();
mIcon.clear();
mIcon.clear();
mEnchant.clear();
mScript.clear();
}