Remove Messages menu as it's not implemented yet

This commit is contained in:
Federico Amedeo Izzo 2021-04-11 10:06:12 +02:00
parent 58f4f5dcaf
commit a42354a204
2 changed files with 0 additions and 3 deletions

View File

@ -44,7 +44,6 @@ enum uiScreen
MENU_ZONE,
MENU_CHANNEL,
MENU_CONTACTS,
MENU_SMS,
MENU_GPS,
MENU_SETTINGS,
MENU_INFO,
@ -69,7 +68,6 @@ enum menuItems
M_ZONE = 0,
M_CHANNEL,
M_CONTACTS,
M_MESSAGES,
#ifdef HAS_GPS
M_GPS,
#endif

View File

@ -109,7 +109,6 @@ const char *menu_items[] =
"Zone",
"Channels",
"Contacts",
"Messages",
#ifdef HAS_GPS
"GPS",
#endif