[apps/*/function] Sequence implements parameterMessageName

This commit is contained in:
Ruben Dashyan
2019-09-05 11:06:10 +02:00
parent 86768b2eec
commit 9417a52167
4 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,6 @@
#include "poincare/src/parsing/parser.h"
#include <ion/unicode/utf8_helper.h>
#include <ion/unicode/utf8_decoder.h>
#include <apps/i18n.h>
#include <string.h>
#include <cmath>
#include <assert.h>
@@ -66,10 +65,6 @@ int Function::printValue(double cursorT, double cursorX, double cursorY, char *
return PoincareHelpers::ConvertFloatToText<double>(cursorY, buffer, bufferSize, precision);
}
I18n::Message Function::parameterMessageName() const {
return I18n::Message::X;
}
int Function::nameWithArgument(char * buffer, size_t bufferSize) {
const char * functionName = fullName();
size_t result = SymbolAbstract::TruncateExtension(buffer, functionName, bufferSize);