[apps/shared/(values|store)_controller] Inline maxNumberOfElements in header

This commit is contained in:
Ruben Dashyan
2019-08-01 09:48:01 +02:00
parent fa85293467
commit 1da30fb775
4 changed files with 6 additions and 10 deletions

View File

@@ -311,10 +311,6 @@ int ValuesController::numberOfElementsInColumn(int columnIndex) {
return m_interval->numberOfElements();
}
int ValuesController::maxNumberOfElements() const {
return Interval::k_maxNumberOfElements;
}
double ValuesController::evaluationOfAbscissaAtColumn(double abscissa, int columnIndex) {
ExpiringPointer<Function> function = functionStore()->modelForRecord(recordAtColumn(columnIndex));
//TODO LEA RUBEN Careful with merge