From c5a6171aabe6cf49449dd8236660e9575b62a52e Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Wed, 7 Nov 2012 19:43:42 +0100 Subject: [PATCH] cleanup --- apps/openmw/mwworld/store.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/openmw/mwworld/store.hpp b/apps/openmw/mwworld/store.hpp index 552f6d7606..395abcd837 100644 --- a/apps/openmw/mwworld/store.hpp +++ b/apps/openmw/mwworld/store.hpp @@ -572,7 +572,6 @@ namespace MWWorld ESM::Cell *ptr; if (cell.isExterior()) { std::pair key(cell.getGridX(), cell.getGridY()); - DynamicExt::iterator it = mDynamicExt.find(key); // duplicate insertions are avoided by search(ESM::Cell &) std::pair result = @@ -582,7 +581,6 @@ namespace MWWorld mSharedExt.push_back(ptr); } else { std::string key = StringUtils::lowerCase(cell.mName); - DynamicInt::iterator it = mDynamicInt.find(key); // duplicate insertions are avoided by search(ESM::Cell &) std::pair result =