Kaydet (Commit) e21bc5c7 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: Variable 'pFrame' is assigned a value that is never used

üst 40fe15eb
......@@ -678,7 +678,6 @@ void DrawXmlOptimizer::optimizeTextElements(Element& rParent)
// concatenate child elements with same font id
std::list< Element* >::iterator next = rParent.Children.begin();
std::list< Element* >::iterator it = next++;
FrameElement* pFrame = dynamic_cast<FrameElement*>(rParent.Parent);
while( next != rParent.Children.end() )
{
......
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