mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-09 22:58:34 +02:00
- remove youtube player
Conflicts: acinclude.m4 data/icons/headers/ytplay.png data/icons/hints/hint_ytplay.png data/locale/slovak.locale src/gui/moviebrowser/mb.cpp src/gui/user_menue_setup.cpp src/neutrino.cpp src/system/settings.h
This commit is contained in:
@@ -402,15 +402,6 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
||||
;
|
||||
break;
|
||||
}
|
||||
#if ENABLE_YOUTUBE_PLAYER
|
||||
case SNeutrinoSettings::ITEM_YOUTUBE:
|
||||
{
|
||||
keyhelper.get(&key, &icon);
|
||||
menu_item = new CMenuForwarder(LOCALE_MOVIEPLAYER_YTPLAYBACK, !_mode_ts, NULL, neutrino, "ytplayback", key, icon);
|
||||
menu_item->setHint(NEUTRINO_ICON_HINT_YTPLAY, LOCALE_MENU_HINT_YTPLAY);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case SNeutrinoSettings::ITEM_FILEPLAY_VIDEO:
|
||||
{
|
||||
keyhelper.get(&key, &icon);
|
||||
|
Reference in New Issue
Block a user