[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

@@ -243,10 +243,6 @@ int StoreController::numberOfElementsInColumn(int columnIndex) {
return m_store->numberOfPairsOfSeries(seriesAtColumn(columnIndex));
}
int StoreController::maxNumberOfElements() const {
return DoublePairStore::k_maxNumberOfPairs;
}
bool StoreController::privateFillColumnWithFormula(Expression formula, ExpressionNode::isVariableTest isVariable) {
int currentColumn = selectedColumn();
// Fetch the series used in the formula to compute the size of the filled in series