mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
[apps/*/function_app] Inline inputViewController getter in header
This commit is contained in:
@@ -68,10 +68,6 @@ App::App(Snapshot * snapshot) :
|
||||
{
|
||||
}
|
||||
|
||||
InputViewController * App::inputViewController() {
|
||||
return &m_inputViewController;
|
||||
}
|
||||
|
||||
CodePoint App::XNT() {
|
||||
if (m_inputViewController.isEditing()) {
|
||||
int selectedFunctionIndex = m_listController.selectedRow();
|
||||
|
||||
Reference in New Issue
Block a user