[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

@@ -100,11 +100,6 @@ void StackViewController::setupActiveViewController() {
app()->focus(vc);
}
void StackViewController::handleKeyEvent(int key) {
// Switch tabs!
}
bool StackViewController::handleEvent(Ion::Events::Event event) {
if (event == Ion::Events::Event::ESC && m_numberOfChildren > 1) {
pop();