mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Remove "Preadjustments" menu for curves
Change-Id: I1a30efd502c5db36325d87fa0f1dffacc37a4f1c
This commit is contained in:
committed by
Émilie Feral
parent
d2b36be846
commit
5a07db3452
@@ -18,7 +18,6 @@ GraphController::GraphController(Responder * parentResponder, InputEventHandlerD
|
||||
m_bannerView(this, inputEventHandlerDelegate, this),
|
||||
m_view(store, m_cursor, &m_bannerView, &m_crossCursorView),
|
||||
m_store(store),
|
||||
m_initialisationParameterController(this, m_store),
|
||||
m_graphOptionsController(this, inputEventHandlerDelegate, m_store, m_cursor, this),
|
||||
m_selectedDotIndex(selectedDotIndex),
|
||||
m_selectedSeriesIndex(selectedSeriesIndex)
|
||||
@@ -29,10 +28,6 @@ GraphController::GraphController(Responder * parentResponder, InputEventHandlerD
|
||||
m_store->setDelegate(this);
|
||||
}
|
||||
|
||||
ViewController * GraphController::initialisationParameterController() {
|
||||
return &m_initialisationParameterController;
|
||||
}
|
||||
|
||||
bool GraphController::isEmpty() const {
|
||||
return m_store->isEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user