[apps/settings] Remove rests of USB protection

This commit is contained in:
Yaya-Cout
2023-01-16 18:49:52 +01:00
parent 7af7b895f5
commit 224cec5efc
2 changed files with 0 additions and 3 deletions

View File

@@ -18,8 +18,6 @@ constexpr SettingsMessageTree s_modelMenu[] =
#endif
SettingsMessageTree(I18n::Message::UpdatePopUp),
SettingsMessageTree(I18n::Message::Accessibility, s_accessibilityChildren),
// SettingsMessageTree(I18n::Message::UsbSetting, s_usbProtectionChildren),
SettingsMessageTree(I18n::Message::UsbSetting, s_usbProtectionChildren),
SettingsMessageTree(I18n::Message::ExternalApps, s_externalChildren),
SettingsMessageTree(I18n::Message::About, s_modelAboutChildren)};