- remove BOXTYPE_SPARK

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-11-03 11:23:58 +01:00
committed by Thilo Graf
parent 9190e44683
commit b4daeaa945
25 changed files with 24 additions and 502 deletions

View File

@@ -62,9 +62,7 @@
#include "plugins.h"
#include "imageinfo.h"
#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>
@@ -402,7 +398,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);
@@ -410,7 +405,6 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
// FIXME menu_item->setHint("", NONEXISTANT_LOCALE);
break;
}
#endif
case SNeutrinoSettings::ITEM_CLOCK:
{
keyhelper.get(&key,&icon);