[apps/*/function_app] Inline inputViewController getter in header

This commit is contained in:
Ruben Dashyan
2019-08-30 15:31:40 +02:00
parent 4ecf6835e7
commit 8053e683c0
4 changed files with 6 additions and 10 deletions

View File

@@ -59,10 +59,6 @@ App::App(Snapshot * snapshot) :
{
}
InputViewController * App::inputViewController() {
return &m_inputViewController;
}
SequenceContext * App::localContext() {
return &m_sequenceContext;
}