[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

@@ -11,7 +11,7 @@ using namespace Poincare;
namespace Regression {
GoToParameterController::GoToParameterController(Responder * parentResponder, InputEventHandlerDelegate * inputEventHandlerDelegate, Store * store, CurveViewCursor * cursor, GraphController * graphController) :
Shared::GoToParameterController(parentResponder, inputEventHandlerDelegate, store, cursor, I18n::Message::X),
Shared::GoToParameterController(parentResponder, inputEventHandlerDelegate, store, cursor),
m_store(store),
m_xPrediction(true),
m_graphController(graphController)