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

@@ -39,17 +39,6 @@ void UIControl_TextInput::init(UIString label, int id) {
IggyPlayerCallMethodRS(m_parentScene->getMovie(), &result,
getIggyValuePath(), m_initFunc, 2, value);
#if 0
// 4J-TomK - add this buttonlist to the vita touch box list
switch (m_parentScene->GetParentLayer()->m_iLayer) {
case eUILayer_Fullscreen:
case eUILayer_Scene:
case eUILayer_HUD:
ui.TouchBoxAdd(this, m_parentScene);
break;
}
#endif
}
void UIControl_TextInput::ReInit() {