[calculation] Remove outdated comment

This commit is contained in:
Émilie Feral
2019-12-31 11:51:05 +01:00
committed by Léa Saviot
parent 6a2f11ef1b
commit c12304a00e

View File

@@ -71,8 +71,6 @@ bool HistoryController::handleEvent(Ion::Events::Event event) {
if (outputSubviewPosition == ScrollableExactApproximateExpressionsView::SubviewPosition::Left) {
Expression::AdditionalInformationType additionalInfoType = selectedCell->additionalInformationType();
ListController * vc = nullptr;
/* TODO
* Faire un parent commun à tous les controllers qui sait faire setExpression */
if (additionalInfoType == Expression::AdditionalInformationType::Complex) {
vc = &m_complexController;
} else if (additionalInfoType == Expression::AdditionalInformationType::Trigonometry) {