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

Merge branch 'rm_unused' into 'master'

Remove declaration without definition

See merge request OpenMW/openmw!4607
This commit is contained in:
Alexei Kotov 2025-04-01 23:35:49 +03:00
commit 1629ea32f7

View file

@ -182,8 +182,6 @@ namespace MWMechanics
/// lookup table for converting idleSelect value to groupName
static const std::string sIdleSelectToGroupName[GroupIndex_MaxIdle - GroupIndex_MinIdle + 1];
static int OffsetToPreventOvercrowding();
};
}