[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

@@ -15,8 +15,7 @@ PreimageParameterController::PreimageParameterController(
parentResponder,
inputEventHandlerDelegate,
graphRange,
cursor,
I18n::Message::Y
cursor
),
m_preimageGraphController(preimageGraphController)
{