From c12304a00e3f52a07287b99f51c6a8a4df2ac581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 31 Dec 2019 11:51:05 +0100 Subject: [PATCH] [calculation] Remove outdated comment --- apps/calculation/history_controller.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/calculation/history_controller.cpp b/apps/calculation/history_controller.cpp index fbe0b39a3..942665a8f 100644 --- a/apps/calculation/history_controller.cpp +++ b/apps/calculation/history_controller.cpp @@ -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) {