mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
usermenu: cleanup from ITEM_RASS
Origin commit data
------------------
Commit: 5e7472e96b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Origin message was:
------------------
- usermenu: cleanup from ITEM_RASS
This commit is contained in:
@@ -675,11 +675,6 @@ const char *CUserMenu::getUserMenuButtonName(int button, bool &active, bool retu
|
|||||||
return_title = true;
|
return_title = true;
|
||||||
active = true;
|
active = true;
|
||||||
continue;
|
continue;
|
||||||
#if 0
|
|
||||||
case SNeutrinoSettings::ITEM_RASS:
|
|
||||||
if (!(CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_radio && g_Radiotext && g_Radiotext->haveRASS()))
|
|
||||||
continue;
|
|
||||||
#endif
|
|
||||||
default:
|
default:
|
||||||
if(loc == NONEXISTANT_LOCALE && !text)
|
if(loc == NONEXISTANT_LOCALE && !text)
|
||||||
loc = CUserMenuSetup::getLocale(item);
|
loc = CUserMenuSetup::getLocale(item);
|
||||||
|
Reference in New Issue
Block a user