diff --git a/apps/shared/sum_graph_controller.cpp b/apps/shared/sum_graph_controller.cpp index 25b8c067f..b53b1a328 100644 --- a/apps/shared/sum_graph_controller.cpp +++ b/apps/shared/sum_graph_controller.cpp @@ -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); }