Kaydet (Commit) 9177375a authored tarafından Kohei Yoshida's avatar Kohei Yoshida

TODO items from the old maintainers. No longer relevant.

Change-Id: I699e320af9862fa3dc5f7408a834714668625888
üst bf674ab0
......@@ -573,18 +573,6 @@ void PieChart::createShapes()
}//next series in x slot (next y slot)
}//next category
}//next x slot
/* @todo remove series shapes if empty
//remove and delete point-group-shape if empty
if(!xSeriesGroupShape_Shapes->getCount())
{
(*aSeriesIter)->m_xShape.set(NULL);
m_xLogicTarget->remove(xSeriesGroupShape_Shape);
}
*/
//remove and delete series-group-shape if empty
//... todo
}
namespace
......
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