[apps] Shared: Break function_graph_controller into 2 classes: function_banner_delegate and function_graph_controller

This commit is contained in:
Émilie Feral
2018-01-09 11:52:29 +01:00
committed by EmilieNumworks
parent 3a1d652a07
commit 85abdbcafb
8 changed files with 61 additions and 37 deletions

View File

@@ -41,10 +41,6 @@ void GraphController::selectRegressionCurve() {
*m_selectedDotIndex = -1;
}
BannerView * GraphController::bannerView() {
return &m_bannerView;
}
CurveView * GraphController::curveView() {
return &m_view;
}