diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-15 09:30:27 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-18 11:15:18 -0400 |
commit | 9177375a5e0795d073770e119ba5a8851103d046 (patch) | |
tree | 5414202060ad27ee7c7a935e508a460508c920db /chart2 | |
parent | bf674ab0f3097ad122c727b4d86f004f8cce1f61 (diff) |
TODO items from the old maintainers. No longer relevant.
Change-Id: I699e320af9862fa3dc5f7408a834714668625888
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/PieChart.cxx | 12 |
1 files changed, 0 insertions, 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 |