mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Remove unused strings
This commit is contained in:
parent
aeb13dba29
commit
bd7f069848
@ -159,9 +159,7 @@ STRING(GBA_IS_DUMPING, "%s.gba\nis dumping...")
|
|||||||
// Confirmation/option button info
|
// Confirmation/option button info
|
||||||
STRING(A_OK, "(\\A OK)")
|
STRING(A_OK, "(\\A OK)")
|
||||||
STRING(A_YES_B_NO, "(\\A yes, \\B no)")
|
STRING(A_YES_B_NO, "(\\A yes, \\B no)")
|
||||||
STRING(A_YES_B_NO_X_SAVE_ONLY, "(\\A yes, \\B no, \\X save only)")
|
|
||||||
STRING(A_CONTINUE, "(\\A continue)")
|
STRING(A_CONTINUE, "(\\A continue)")
|
||||||
STRING(A_YES_Y_TRIM_B_NO_X_SAVE_ONLY, "(\\A yes, \\Y trim, \\B no, \\X save only)")
|
|
||||||
STRING(A_SELECT_B_CANCEL, "(\\A select, \\B cancel)")
|
STRING(A_SELECT_B_CANCEL, "(\\A select, \\B cancel)")
|
||||||
STRING(START_CANCEL, "(START cancel)")
|
STRING(START_CANCEL, "(START cancel)")
|
||||||
STRING(UDLR_CHANGE_ATTRIBUTES, "(\\D change attributes)")
|
STRING(UDLR_CHANGE_ATTRIBUTES, "(\\D change attributes)")
|
||||||
|
|||||||
@ -150,9 +150,7 @@ GBA_IS_DUMPING=%s.gba\nis dumping...
|
|||||||
|
|
||||||
A_OK=(\A OK)
|
A_OK=(\A OK)
|
||||||
A_YES_B_NO=(\A yes, \B no)
|
A_YES_B_NO=(\A yes, \B no)
|
||||||
A_YES_B_NO_X_SAVE_ONLY=(\A yes, \B no, \X save only)
|
|
||||||
A_CONTINUE=(\A continue)
|
A_CONTINUE=(\A continue)
|
||||||
A_YES_Y_TRIM_B_NO_X_SAVE_ONLY=(\A yes, \Y trim, \B no, \X save only)
|
|
||||||
A_SELECT_B_CANCEL=(\A select, \B cancel)
|
A_SELECT_B_CANCEL=(\A select, \B cancel)
|
||||||
START_CANCEL=(START cancel)
|
START_CANCEL=(START cancel)
|
||||||
UDLR_CHANGE_ATTRIBUTES=(\D change attributes)
|
UDLR_CHANGE_ATTRIBUTES=(\D change attributes)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user