1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:39:49 +00:00

Merge branch 'rm_unused_variable' into 'master'

Remove unused variable

See merge request OpenMW/openmw!2839
This commit is contained in:
psi29a 2023-03-18 15:09:40 +00:00
commit 869e9c3ae7

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