mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared/(values|store)_controller] Inline maxNumberOfElements in header
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user