Remove declaration without definition

This commit is contained in:
elsid 2025-03-31 00:28:06 +02:00
parent 11c2fd9e3d
commit a61ce111a5
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

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();
};
}