[escher] Get rid of ViewController::getKeyEvent

Change-Id: Ic7c5805afd984fbe595304ee379ce9372aeed4ab
This commit is contained in:
Romain Goyet
2016-09-15 15:51:57 +02:00
parent a12fab6a00
commit e90aafe505
6 changed files with 0 additions and 16 deletions

View File

@@ -123,10 +123,6 @@ View * TabViewController::view() {
return &m_view;
}
void TabViewController::handleKeyEvent(int key) {
// Switch tabs!
}
uint8_t TabViewController::numberOfTabs() {
return m_numberOfChildren;
}