cleanup: flatten dead branches in common app and ui code

This commit is contained in:
MatthewBeshay
2026-03-26 20:18:29 +11:00
parent 1fecbf297a
commit f19563bbd7
154 changed files with 297 additions and 15903 deletions

View File

@@ -55,9 +55,6 @@ UIScene_MessageBox::UIScene_MessageBox(int iPad, void* initData,
parentLayer->addComponent(iPad, eUIComponent_MenuBackground);
// 4J-TomK - rebuild touch after auto resize
#if 0
ui.TouchBoxRebuild(this);
#endif
}
UIScene_MessageBox::~UIScene_MessageBox() {
@@ -111,9 +108,6 @@ void UIScene_MessageBox::handleInput(int iPad, int key, bool repeat,
}
break;
case ACTION_MENU_OK:
#if 0
case ACTION_MENU_TOUCHPAD_PRESS:
#endif
sendInputToMovie(key, repeat, pressed, released);
break;
case ACTION_MENU_UP: