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:
parent
d64eea2fc6
commit
99069b02e4
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user