[apps] Remove arg parameter in Shared::Function::nameWithArgument and Shared::CartesianFunction::derivativeNameWithArgument

This commit is contained in:
Ruben Dashyan
2019-07-16 15:33:03 +02:00
committed by Léa Saviot
parent b1b309c0c4
commit b665e841ad
13 changed files with 22 additions and 23 deletions

View File

@@ -9,8 +9,7 @@ const char * ValuesFunctionParameterController::title() {
}
void ValuesFunctionParameterController::viewWillAppear() {
CodePoint symbol = FunctionApp::app()->functionStore()->symbol();
FunctionApp::app()->functionStore()->modelForRecord(m_record)->nameWithArgument(m_pageTitle, Function::k_maxNameWithArgumentSize, symbol);
FunctionApp::app()->functionStore()->modelForRecord(m_record)->nameWithArgument(m_pageTitle, Function::k_maxNameWithArgumentSize);
}
void ValuesFunctionParameterController::didBecomeFirstResponder() {