menu: move class CNonLocalizedMenuSeparator from update.cpp into gui/menu.h

This commit is contained in:
2012-06-03 13:10:36 +02:00
parent e132da8183
commit 0a147da535
2 changed files with 16 additions and 16 deletions

View File

@@ -114,22 +114,6 @@ public:
}
};
class CNonLocalizedMenuSeparator : public CMenuSeparator
{
const char * the_text;
public:
CNonLocalizedMenuSeparator(const char * ptext, const neutrino_locale_t Text1) : CMenuSeparator(CMenuSeparator::LINE | CMenuSeparator::STRING, Text1)
{
the_text = ptext;
}
virtual const char * getString(void)
{
return the_text;
}
};
//#define DEBUG
bool CFlashUpdate::selectHttpImage(void)
{