From f9e2fd0f3de8db77f17a06b3d28f6f1140c5975c Mon Sep 17 00:00:00 2001 From: Ragora Date: Thu, 11 Sep 2014 20:47:14 -0400 Subject: [PATCH] Also forgot to remove a now unused variable I introduced --- apps/openmw/mwworld/worldimp.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/openmw/mwworld/worldimp.hpp b/apps/openmw/mwworld/worldimp.hpp index 94224e9a51..54827d042f 100644 --- a/apps/openmw/mwworld/worldimp.hpp +++ b/apps/openmw/mwworld/worldimp.hpp @@ -99,8 +99,6 @@ namespace MWWorld std::string mStartCell; - std::map mBoundID; - void updateWeather(float duration); int getDaysPerMonth (int month) const;