mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Remove unused variable.
This commit is contained in:
parent
f0a7b202b9
commit
2540a901d5
1 changed files with 0 additions and 1 deletions
|
@ -473,7 +473,6 @@ namespace MWClass
|
|||
void Npc::hit(const MWWorld::Ptr& ptr, int type) const
|
||||
{
|
||||
MWBase::World *world = MWBase::Environment::get().getWorld();
|
||||
const GMST& gmst = getGmst();
|
||||
|
||||
const MWWorld::Store<ESM::GameSetting> &store = world->getStore().get<ESM::GameSetting>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue