mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 17:03:34 +02:00
remove cross-team settings
Origin commit data
------------------
Commit: 61d3083d6a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)
Origin message was:
------------------
- remove cross-team settings
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
#include <sys/vfs.h>
|
||||
|
||||
#include <gui/widget/hintbox.h> //NI
|
||||
#include "gui/settings_manager_teams.h" //NI cross-team settings
|
||||
|
||||
CSettingsManager::CSettingsManager(int wizard_mode)
|
||||
{
|
||||
@@ -239,13 +238,6 @@ int CSettingsManager::showMenu()
|
||||
mf->setHint(NEUTRINO_ICON_HINT_RESTORE, LOCALE_MENU_HINT_RESTORE);
|
||||
mset->addItem(mf);
|
||||
|
||||
//NI cross-team settings
|
||||
mset->addItem(GenericMenuSeparatorLine);
|
||||
CSettingsManagerTeams * teamsettings = new CSettingsManagerTeams();
|
||||
mf = new CMenuForwarder(LOCALE_SETTINGS_TEAMS, true, NULL, teamsettings, NULL, CRCInput::convertDigitToKey(0));
|
||||
mf->setHint("", LOCALE_CROSSTEAM_HINT_SETTINGS_TEAMS);
|
||||
mset->addItem(mf);
|
||||
|
||||
mset->addItem(GenericMenuSeparatorLine);
|
||||
mf = new CMenuForwarder(LOCALE_RESET_ALL, true, NULL, resetNotifier, "all", CRCInput::RC_standby);
|
||||
mf->setHint(NEUTRINO_ICON_HINT_FACTORY, LOCALE_MENU_HINT_FACTORY);
|
||||
|
Reference in New Issue
Block a user