diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 0db0e5a471..dbb686bb8f 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2427,15 +2427,6 @@ static bool logf_usb_serial(void) } #endif -#if defined(HAVE_USBSTACK) && defined(USB_STORAGE) -static bool usb_reconnect(void) -{ - splash(HZ, "Reconnect mass storage"); - usb_storage_reconnect(); - return false; -} -#endif - #if CONFIG_USBOTG == USBOTG_ISP1583 extern int dbg_usb_num_items(void); extern char* dbg_usb_item(int selected_item, void *data, char *buffer, size_t buffer_len); @@ -2572,9 +2563,6 @@ static const struct the_menu_item menuitems[] = { #if defined(HAVE_USBSTACK) && defined(ROCKBOX_HAS_LOGF) && defined(USB_SERIAL) {"logf over usb",logf_usb_serial }, #endif -#if defined(HAVE_USBSTACK) && defined(USB_STORAGE) - {"reconnect usb storage",usb_reconnect}, -#endif #ifdef CPU_BOOST_LOGGING {"cpu_boost log",cpu_boost_log}, #endif