mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove some unused stuff.
This commit is contained in:
parent
90c21a370c
commit
1061d6193c
1 changed files with 0 additions and 4 deletions
|
@ -852,8 +852,6 @@ int PSPOskDialog::Update()
|
||||||
return NativeKeyboard();
|
return NativeKeyboard();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
u32 limit = FieldMaxLength();
|
|
||||||
|
|
||||||
if (status == SCE_UTILITY_STATUS_INITIALIZE)
|
if (status == SCE_UTILITY_STATUS_INITIALIZE)
|
||||||
{
|
{
|
||||||
status = SCE_UTILITY_STATUS_RUNNING;
|
status = SCE_UTILITY_STATUS_RUNNING;
|
||||||
|
@ -875,8 +873,6 @@ int PSPOskDialog::Update()
|
||||||
PPGeDrawImage(I_CIRCLE, 30, 220, 20, 20, 0, CalcFadedColor(0xFFFFFFFF));
|
PPGeDrawImage(I_CIRCLE, 30, 220, 20, 20, 0, CalcFadedColor(0xFFFFFFFF));
|
||||||
PPGeDrawImage(I_CROSS, 150, 220, 20, 20, 0, CalcFadedColor(0xFFFFFFFF));
|
PPGeDrawImage(I_CROSS, 150, 220, 20, 20, 0, CalcFadedColor(0xFFFFFFFF));
|
||||||
}
|
}
|
||||||
//PPGeDrawImage(I_BUTTON, 230, 220, 50, 20, 0, CalcFadedColor(0xFFFFFFFF));
|
|
||||||
//PPGeDrawImage(I_BUTTON, 350, 220, 55, 20, 0, CalcFadedColor(0xFFFFFFFF));
|
|
||||||
|
|
||||||
I18NCategory *d = GetI18NCategory("Dialog");
|
I18NCategory *d = GetI18NCategory("Dialog");
|
||||||
PPGeDrawText(d->T("Select"), 60, 220, PPGE_ALIGN_LEFT, 0.5f, CalcFadedColor(0xFFFFFFFF));
|
PPGeDrawText(d->T("Select"), 60, 220, PPGE_ALIGN_LEFT, 0.5f, CalcFadedColor(0xFFFFFFFF));
|
||||||
|
|
Loading…
Add table
Reference in a new issue