From 9177375a5e0795d073770e119ba5a8851103d046 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 15 Aug 2014 09:30:27 -0400 Subject: TODO items from the old maintainers. No longer relevant. Change-Id: I699e320af9862fa3dc5f7408a834714668625888 --- chart2/source/view/charttypes/PieChart.cxx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx index b900e9c7150a..eeaf1c54c78c 100644 --- a/chart2/source/view/charttypes/PieChart.cxx +++ b/chart2/source/view/charttypes/PieChart.cxx @@ -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 -- cgit