[apps/shared] Clean SimpleInteractiveCurveViewController constructor

This commit is contained in:
Ruben Dashyan
2019-03-12 12:12:51 +01:00
committed by Émilie Feral
parent 82a0f72d42
commit ce712eac53
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ using namespace Poincare;
namespace Shared {
SumGraphController::SumGraphController(Responder * parentResponder, InputEventHandlerDelegate * inputEventHandlerDelegate, FunctionGraphView * graphView, InteractiveCurveViewRange * range, CurveViewCursor * cursor, CodePoint sumSymbol) :
SimpleInteractiveCurveViewController(parentResponder, range, graphView, cursor),
SimpleInteractiveCurveViewController(parentResponder, cursor),
m_step(Step::FirstParameter),
m_startSum(NAN),
m_endSum(NAN),