- usermenu: sort/cleanup code by items; just code cosmetics

This commit is contained in:
svenhoefer
2016-12-13 10:53:24 +01:00
parent bd75701fc3
commit e0f860664c
3 changed files with 95 additions and 141 deletions

View File

@@ -59,7 +59,6 @@ const struct usermenu_props_t usermenu[USERMENU_ITEMS_COUNT] =
{LOCALE_USERMENU_BUTTON_BLUE , SNeutrinoSettings::BUTTON_BLUE , CRCInput::RC_blue ,NEUTRINO_ICON_BUTTON_BLUE ,LOCALE_USERMENU_TITLE_BLUE }
};
class CUserMenuSetup : public CMenuTarget
{
private:
@@ -87,5 +86,4 @@ class CUserMenuSetup : public CMenuTarget
static neutrino_locale_t getLocale(unsigned int i);
};
#endif