Kaydet (Commit) 3d385fef authored tarafından Thomas Arnhold's avatar Thomas Arnhold

cppcheck: unreadVariable

Change-Id: If3d480bf3032ec2bd2edc62bb73dd93b00c2cbe7
üst e4f7907c
...@@ -634,14 +634,6 @@ static void ImplCalcSet( ImplSplitSet* pSet, ...@@ -634,14 +634,6 @@ static void ImplCalcSet( ImplSplitSet* pSet,
} }
} }
} }
else
{
for ( i = 0; i < nItems; i++ )
{
if ( !(pItems[i].mnBits & SWIB_INVISIBLE) )
nCurSize += pItems[i].mnPixSize;
}
}
// calculate maximum size // calculate maximum size
if ( bRows ) if ( bRows )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment