[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

@@ -8,7 +8,3 @@ ViewController::ViewController(Responder * parentResponder) :
const char * ViewController::title() const {
return nullptr;
}
void ViewController::handleKeyEvent(int key) {
// Do nothing
}