mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Remove useless code
This commit is contained in:
committed by
Émilie Feral
parent
a062c570d5
commit
3df8018943
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user