[apps] Define InputEventHandlerDelegate::inputEventHandlerDelegateApp() directly from ::app()

This commit is contained in:
Ruben Dashyan
2019-06-06 17:28:33 +02:00
committed by EmilieNumworks
parent 4111927bae
commit 0490e3ab81
6 changed files with 5 additions and 13 deletions

View File

@@ -114,10 +114,6 @@ VariableBoxController * EditorController::variableBoxForInputEventHandler(InputE
return varBox;
}
InputEventHandlerDelegateApp * EditorController::inputEventHandlerDelegateApp() {
return app();
}
StackViewController * EditorController::stackController() {
return static_cast<StackViewController *>(parentResponder());
}