mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps] Shared: Break function_graph_controller into 2 classes: function_banner_delegate and function_graph_controller
This commit is contained in:
committed by
EmilieNumworks
parent
3a1d652a07
commit
85abdbcafb
@@ -41,10 +41,6 @@ void GraphController::selectRegressionCurve() {
|
||||
*m_selectedDotIndex = -1;
|
||||
}
|
||||
|
||||
BannerView * GraphController::bannerView() {
|
||||
return &m_bannerView;
|
||||
}
|
||||
|
||||
CurveView * GraphController::curveView() {
|
||||
return &m_view;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user