1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-29 10:41:34 +00:00

Remove dead code

This commit is contained in:
Andrei Kortunov 2021-01-09 14:17:59 +04:00
parent 8283ec6cad
commit 56666c60d4

View file

@ -4,8 +4,6 @@
namespace MWMechanics
{
static const ESM::WeaponType *sWeaponTypeListEnd = &sWeaponTypeList[sizeof(sWeaponTypeList)/sizeof(sWeaponTypeList[0])];
MWWorld::ContainerStoreIterator getActiveWeapon(MWWorld::Ptr actor, int *weaptype)
{
MWWorld::InventoryStore &inv = actor.getClass().getInventoryStore(actor);