- fix build; broken since 9303665

Signed-off-by: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
vanhofen
2020-03-06 22:19:21 +01:00
committed by Markus Volk
parent d0a75ce0ae
commit 0e1af4c81b
2 changed files with 0 additions and 4 deletions

View File

@@ -333,14 +333,12 @@ const CMenuOptionChooser::keyval VIDEOMENU_DBDR_OPTIONS[VIDEOMENU_DBDR_OPTION_CO
{ 2, LOCALE_VIDEOMENU_DBDR_BOTH } { 2, LOCALE_VIDEOMENU_DBDR_BOTH }
}; };
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
#define VIDEOMENU_ZAPPINGMODE_OPTION_COUNT 2 #define VIDEOMENU_ZAPPINGMODE_OPTION_COUNT 2
CMenuOptionChooser::keyval VIDEOMENU_ZAPPINGMODE_OPTIONS[VIDEOMENU_ZAPPINGMODE_OPTION_COUNT] = CMenuOptionChooser::keyval VIDEOMENU_ZAPPINGMODE_OPTIONS[VIDEOMENU_ZAPPINGMODE_OPTION_COUNT] =
{ {
{ 0, LOCALE_VIDEOMENU_ZAPPINGMODE_MUTE }, { 0, LOCALE_VIDEOMENU_ZAPPINGMODE_MUTE },
{ 1, LOCALE_VIDEOMENU_ZAPPINGMODE_HOLD } { 1, LOCALE_VIDEOMENU_ZAPPINGMODE_HOLD }
}; };
#endif
int CVideoSettings::showVideoSetup() int CVideoSettings::showVideoSetup()
{ {

View File

@@ -222,9 +222,7 @@ struct SNeutrinoSettings
int record_safety_time_before; int record_safety_time_before;
int record_safety_time_after; int record_safety_time_after;
int zapto_pre_time; int zapto_pre_time;
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
int zappingmode; int zappingmode;
#endif
int infobar_sat_display; int infobar_sat_display;
int infobar_show_channeldesc; int infobar_show_channeldesc;
int infobar_subchan_disp_pos; int infobar_subchan_disp_pos;