- usermenu: cleanup from unused code

This commit is contained in:
svenhoefer
2014-01-02 22:57:01 +01:00
parent 419cff8c8a
commit e529bd011b
5 changed files with 7 additions and 72 deletions

View File

@@ -755,10 +755,10 @@ int CNeutrinoApp::loadSetup(const char * fname)
//-------------------------------------------
// this is as the current neutrino usermen
const char* usermenu_default[SNeutrinoSettings::BUTTON_MAX]={
"2,3,4,13", // RED
"6", // GREEN
"7", // YELLOW
"12,11,20,21,19,14,15" // BLUE
"2,3,4,13", // RED
"6", // GREEN
"7", // YELLOW
"12,11,20,21,19,14,15" // BLUE
};
char txt1[81];
std::string txt2;