Remove redudant symbol

This commit is contained in:
Juan Antonio
2023-12-07 11:54:29 +01:00
parent 0793b68971
commit 4fd1ab8899
3 changed files with 5 additions and 7 deletions

View File

@@ -161,7 +161,7 @@ extern const char gSubMenu_SCRAMBLER[11][7];
typedef struct {char* name; uint8_t id;} t_sidefunction;
extern const uint8_t gSubMenu_SIDEFUNCTIONS_size;
extern const t_sidefunction* gSubMenu_SIDEFUNCTIONS;
extern const t_sidefunction gSubMenu_SIDEFUNCTIONS[];
extern bool gIsInSubMenu;