[apps/code] Remove useless code

This commit is contained in:
Romain Goyet
2020-03-11 17:54:25 -04:00
committed by Émilie Feral
parent a062c570d5
commit 3df8018943

View File

@@ -185,7 +185,6 @@ const char * ConsoleController::inputText(const char * prompt) {
void ConsoleController::displayViewController(ViewController * controller) {
stackViewController()->push(controller);
Container::activeApp()->setFirstResponder(controller); // FIXME: Shouldn't this be in Escher?
}
void ConsoleController::viewWillAppear() {