[escher] delete list view

Change-Id: Ia3e2aa2613479e2fcc7f12e7de3b7e8b8f2cff68
This commit is contained in:
Émilie Feral
2016-10-25 11:59:56 +02:00
parent e7b3cb8df6
commit a29c46f662
18 changed files with 49 additions and 95 deletions

View File

@@ -29,7 +29,7 @@ private:
char m_pageTitle[k_maxNumberOfCharsInTitle];
SwitchListViewCell m_displayDerivativeColumn;
ListViewCell m_copyColumn;
ListView m_listView;
TableView m_tableView;
int m_activeCell;
Function * m_function;
};