mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 17:08:07 +00:00
cleanup: flatten dead branches in common app and ui code
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user