[apps/regression/graph_controller] Inline selectRegressionCurve in header

This commit is contained in:
Ruben Dashyan
2020-02-25 14:43:10 +01:00
committed by LeaNumworks
parent 436b934f76
commit 4f279f15da
2 changed files with 1 additions and 5 deletions

View File

@@ -87,10 +87,6 @@ void GraphController::viewWillAppear() {
setRoundCrossCursorView(*m_selectedDotIndex < 0);
}
void GraphController::selectRegressionCurve() {
*m_selectedDotIndex = -1;
}
// Private
Poincare::Context * GraphController::globalContext() {