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

Origin commit data
------------------
Commit: e0f860664c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-13 (Tue, 13 Dec 2016)

Origin message was:
------------------
- usermenu: sort/cleanup code by items; just code cosmetics
This commit is contained in:
vanhofen
2016-12-13 10:53:24 +01:00
parent e8039bf784
commit 5319fefae7
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