[apps/shared] Clean FunctionGraphController::initRangeParameters()

The method is exactly called once, by
InteractiveCurveViewController::viewWillAppear, which also calls
initCursorParameters afterwards, which in turn calls
selectFunctionWithCursor. Hence the removed lines were redundant.
This commit is contained in:
Ruben Dashyan
2019-04-26 10:41:04 +02:00
committed by Émilie Feral
parent e7add02912
commit 51bd3312f5

View File

@@ -110,8 +110,6 @@ InteractiveCurveViewRangeDelegate::Range FunctionGraphController::computeYRange(
void FunctionGraphController::initRangeParameters() {
interactiveCurveViewRange()->setDefault();
initCursorParameters();
selectFunctionWithCursor(0);
}
double FunctionGraphController::defaultCursorAbscissa() {