mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 23:41:34 +00:00
Remove declaration without definition
This commit is contained in:
parent
11c2fd9e3d
commit
a61ce111a5
1 changed files with 0 additions and 2 deletions
|
@ -182,8 +182,6 @@ namespace MWMechanics
|
||||||
|
|
||||||
/// lookup table for converting idleSelect value to groupName
|
/// lookup table for converting idleSelect value to groupName
|
||||||
static const std::string sIdleSelectToGroupName[GroupIndex_MaxIdle - GroupIndex_MinIdle + 1];
|
static const std::string sIdleSelectToGroupName[GroupIndex_MaxIdle - GroupIndex_MinIdle + 1];
|
||||||
|
|
||||||
static int OffsetToPreventOvercrowding();
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue