[graph] Revert GraphController

This commit is contained in:
Émilie Feral
2018-10-10 20:16:53 +02:00
parent d3e66d5530
commit 3e4b2a20a1

View File

@@ -3,7 +3,7 @@
#include <escher.h>
#include "storage_cartesian_function_store.h"
#include "graph/storage_graph_controller.h"
#include "graph/graph_controller.h"
#include "list/storage_list_controller.h"
#include "values/values_controller.h"
#include "../shared/function_app.h"
@@ -39,7 +39,7 @@ private:
ButtonRowController m_listFooter;
ButtonRowController m_listHeader;
StackViewController m_listStackViewController;
StorageGraphController m_graphController;
GraphController m_graphController;
AlternateEmptyViewController m_graphAlternateEmptyViewController;
ButtonRowController m_graphHeader;
StackViewController m_graphStackViewController;