[apps] Remove "Preadjustments" menu for curves

Change-Id: I1a30efd502c5db36325d87fa0f1dffacc37a4f1c
This commit is contained in:
Gabriel Ozouf
2020-10-02 10:05:43 +02:00
committed by Émilie Feral
parent d2b36be846
commit 5a07db3452
23 changed files with 2 additions and 299 deletions

View File

@@ -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();
}