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:
commit
869e9c3ae7
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue