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_ZONE,
MENU_CHANNEL, MENU_CHANNEL,
MENU_CONTACTS, MENU_CONTACTS,
MENU_SMS,
MENU_GPS, MENU_GPS,
MENU_SETTINGS, MENU_SETTINGS,
MENU_INFO, MENU_INFO,
@ -69,7 +68,6 @@ enum menuItems
M_ZONE = 0, M_ZONE = 0,
M_CHANNEL, M_CHANNEL,
M_CONTACTS, M_CONTACTS,
M_MESSAGES,
#ifdef HAS_GPS #ifdef HAS_GPS
M_GPS, M_GPS,
#endif #endif

View File

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