Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
4 additions
and 17 deletions.
- +0 −1 include/config.h
- +0 −1 include/dialogs.h
- +1 −1 include/lang.h
- +0 −1 include/opl.h
- +0 −5 src/dialogs.c
- +0 −2 src/gui.c
- +1 −1 src/lang.c
- +2 −5 src/opl.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -22,7 +22,6 @@ enum UI_ITEMS { | ||
| UICFG_XOFF, | ||
| UICFG_YOFF, | ||
| UICFG_OVERSCAN, | ||
| UICFG_NOTIFICATIONS, | ||
|
|
||
| CFG_DEBUG, | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -146,7 +146,7 @@ enum _STR_IDS { | ||
| _STR_VMODE, | ||
| _STR_UICOLOR, | ||
| _STR_SELCOLOR, | ||
| _STR_USE_INFO_SCREEN, // string no longer used | ||
| _STR_INFO, | ||
| _STR_ALTSTARTUP, | ||
| _STR_COLOR_SELECTION, | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -118,7 +118,6 @@ int gAPPStartMode; | ||
|
|
||
| int gAutosort; | ||
| int gAutoRefresh; | ||
| int gEnableNotifications; | ||
| int gEnableArt; | ||
| int gWideScreen; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -149,7 +149,7 @@ static char *internalEnglish[LANG_STR_COUNT] = { | ||
| "Video Mode", | ||
| "Dialog Color", | ||
| "Selected Color", | ||
| "Unused", // string no longer used | ||
| "Info", | ||
| "Custom ELF", | ||
| "Color Selection", | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters