[apps/*/go_to_parameter_controller] Remove I18n::Message parameter from constructor

This commit is contained in:
Ruben Dashyan
2019-09-05 10:35:54 +02:00
parent 8a2ceb0440
commit 86768b2eec
8 changed files with 10 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ namespace Sequence {
CurveParameterController::CurveParameterController(InputEventHandlerDelegate * inputEventHandlerDelegate, GraphController * graphController, InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor) :
FunctionCurveParameterController(),
m_goToParameterController(this, inputEventHandlerDelegate, graphRange, cursor, I18n::Message::N),
m_goToParameterController(this, inputEventHandlerDelegate, graphRange, cursor),
m_sumCell(I18n::Message::TermSum),
m_graphController(graphController)
{