diff --git a/apps/shared/store_controller.cpp b/apps/shared/store_controller.cpp index 09645831c..f5bd4971e 100644 --- a/apps/shared/store_controller.cpp +++ b/apps/shared/store_controller.cpp @@ -169,7 +169,7 @@ int StoreController::numberOfElements() { } int StoreController::maxNumberOfElements() const { - return FloatPairStore::k_numberOfSeries * FloatPairStore::k_maxNumberOfPairs; + return FloatPairStore::k_maxNumberOfPairs; } View * StoreController::loadView() {