diff --git a/openrtx/include/ui.h b/openrtx/include/ui.h index 38a340e0..bd9a3d0a 100644 --- a/openrtx/include/ui.h +++ b/openrtx/include/ui.h @@ -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 diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 5a6a2201..11d070af 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -109,7 +109,6 @@ const char *menu_items[] = "Zone", "Channels", "Contacts", - "Messages", #ifdef HAS_GPS "GPS", #endif