mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
mymenu.h: move non-common options to corresponding files
Origin commit data
------------------
Commit: 03f31b80e9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include <mymenu.h>
|
||||
#include <neutrino_menue.h>
|
||||
|
||||
|
||||
#include "gui/scan.h"
|
||||
#include "gui/scan_setup.h"
|
||||
#include "gui/motorcontrol.h"
|
||||
@@ -155,6 +154,20 @@ const CMenuOptionChooser::keyval SATSETUP_SCANTP_POL[SATSETUP_SCANTP_POL_COUNT]
|
||||
{ 3, LOCALE_EXTRA_TP_POL_R }
|
||||
};
|
||||
|
||||
#define OPTIONS_SOUTH0_NORTH1_OPTION_COUNT 2
|
||||
const CMenuOptionChooser::keyval OPTIONS_SOUTH0_NORTH1_OPTIONS[OPTIONS_SOUTH0_NORTH1_OPTION_COUNT] =
|
||||
{
|
||||
{ 0, LOCALE_EXTRA_SOUTH },
|
||||
{ 1, LOCALE_EXTRA_NORTH }
|
||||
};
|
||||
|
||||
#define OPTIONS_EAST0_WEST1_OPTION_COUNT 2
|
||||
const CMenuOptionChooser::keyval OPTIONS_EAST0_WEST1_OPTIONS[OPTIONS_EAST0_WEST1_OPTION_COUNT] =
|
||||
{
|
||||
{ 0, LOCALE_EXTRA_EAST },
|
||||
{ 1, LOCALE_EXTRA_WEST }
|
||||
};
|
||||
|
||||
#if 0
|
||||
/*Cable*/
|
||||
#define CABLESETUP_SCANTP_MOD_COUNT 7
|
||||
|
Reference in New Issue
Block a user