1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Remove unused variable

This commit is contained in:
elsid 2023-02-21 10:19:01 +01:00
parent d64eea2fc6
commit 99069b02e4
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -510,7 +510,6 @@ namespace CSMWorld
// Setup body parts
for (int i = 0; i < mBodyParts.getSize(); ++i)
{
auto partId = mBodyParts.getId(i);
auto& partRecord = mBodyParts.getRecord(i);
if (partRecord.isDeleted())