[apps/shared/sum_graph_controller] Remove redundancy

This commit is contained in:
Ruben Dashyan
2019-07-03 12:02:45 +02:00
committed by Léa Saviot
parent 4fef87ddb5
commit b2bca3e4aa

View File

@@ -147,7 +147,6 @@ void SumGraphController::reloadBannerView() {
} else {
m_legendView.setEditableZone(m_cursor->x());
result = NAN;
functionLayout = Poincare::Layout();
}
m_legendView.setSumSymbol(m_step, m_startSum, m_endSum, result, functionLayout);
}