mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
mediaplayer-setup: remove old commented code
Origin commit data
------------------
Branch: ni/coolstream
Commit: febd3bb51e
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-08 (Thu, 08 Mar 2018)
Origin message was:
------------------
- mediaplayer-setup: remove old commented code
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -125,28 +125,4 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
|
|||||||
selected = mediaSetup->getSelected();
|
selected = mediaSetup->getSelected();
|
||||||
delete mediaSetup;
|
delete mediaSetup;
|
||||||
return res;
|
return res;
|
||||||
|
|
||||||
#if 0
|
|
||||||
CMenuWidget* mediaSetup = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_SETTINGS, width);
|
|
||||||
mediaSetup->setSelected(selected);
|
|
||||||
|
|
||||||
// intros
|
|
||||||
mediaSetup->addIntroItems(LOCALE_MAINSETTINGS_MULTIMEDIA);
|
|
||||||
|
|
||||||
CPictureViewerSetup psetup;
|
|
||||||
mediaSetup->addItem(new CMenuForwarder(LOCALE_PICTUREVIEWER_HEAD, true, NULL, &psetup, "", CRCInput::RC_red));
|
|
||||||
CAudioPlayerSetup asetup;
|
|
||||||
mediaSetup->addItem(new CMenuForwarder(LOCALE_AUDIOPLAYER_NAME, true, NULL, &asetup, "", CRCInput::RC_green));
|
|
||||||
|
|
||||||
CWebTVSetup wsetup;
|
|
||||||
CMenuForwarder *mf;
|
|
||||||
mf = new CMenuForwarder(LOCALE_WEBTV_HEAD, true, NULL, &wsetup, "show_menu", CRCInput::RC_yellow);
|
|
||||||
mf->setHint(NEUTRINO_ICON_HINT_TVMODE /* FIXME */, LOCALE_MENU_HINT_WEBTV_SETUP);
|
|
||||||
mediaSetup->addItem(mf);
|
|
||||||
|
|
||||||
int res = mediaSetup->exec (NULL, "");
|
|
||||||
selected = mediaSetup->getSelected();
|
|
||||||
delete mediaSetup;
|
|
||||||
return res;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user