mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
remove BOXTYPE_SPARK
Origin commit data
------------------
Branch: ni/coolstream
Commit: 97e1f43f62
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Origin message was:
------------------
- remove BOXTYPE_SPARK
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -62,9 +62,7 @@
|
||||
#include "plugins.h"
|
||||
#include "imageinfo_ni.h" //NI
|
||||
#include "dboxinfo.h"
|
||||
#if !HAVE_SPARK_HARDWARE
|
||||
#include "cam_menu.h"
|
||||
#endif
|
||||
#include "pluginlist.h"
|
||||
#include "infoclock.h"
|
||||
#include "rc_lock.h"
|
||||
@@ -97,9 +95,7 @@
|
||||
extern CRemoteControl * g_RemoteControl; /* neutrino.cpp */
|
||||
extern CPlugins * g_Plugins; /* neutrino.cpp */
|
||||
extern cVideo * videoDecoder;
|
||||
#if !HAVE_SPARK_HARDWARE
|
||||
extern CCAMMenuHandler * g_CamHandler;
|
||||
#endif
|
||||
std::string CUserMenu::tmp;
|
||||
//
|
||||
#include <system/debug.h>
|
||||
@@ -408,7 +404,6 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
||||
menu_item->setHint(NEUTRINO_ICON_HINT_DBOXINFO, LOCALE_MENU_HINT_DBOXINFO);
|
||||
break;
|
||||
}
|
||||
#if !HAVE_SPARK_HARDWARE
|
||||
case SNeutrinoSettings::ITEM_CAM:
|
||||
{
|
||||
keyhelper.get(&key,&icon);
|
||||
@@ -416,7 +411,6 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
||||
// FIXME menu_item->setHint("", NONEXISTANT_LOCALE);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case SNeutrinoSettings::ITEM_CLOCK:
|
||||
{
|
||||
keyhelper.get(&key,&icon);
|
||||
|
Reference in New Issue
Block a user