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:
parent
8283ec6cad
commit
56666c60d4
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue