mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
nhttpd: remove unused string Dbox_Hersteller
Origin commit data
------------------
Branch: ni/coolstream
Commit: e4b09ad9c7
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Origin message was:
------------------
- nhttpd: remove unused string Dbox_Hersteller
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -102,7 +102,6 @@ const char * _getISO639Description(const char * const iso)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
// Initialization of static variables
|
// Initialization of static variables
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
std::string CNeutrinoAPI::Dbox_Hersteller[4] = {"none", "Nokia", "Philips", "Sagem"};
|
|
||||||
std::string CNeutrinoAPI::videooutput_names[5] = {"CVBS", "RGB with CVBS", "S-Video", "YUV with VBS", "YUV with CVBS"};
|
std::string CNeutrinoAPI::videooutput_names[5] = {"CVBS", "RGB with CVBS", "S-Video", "YUV with VBS", "YUV with CVBS"};
|
||||||
std::string CNeutrinoAPI::videoformat_names[5] = {"automatic", "4:3", "14:9", "16:9", "20:9"};
|
std::string CNeutrinoAPI::videoformat_names[5] = {"automatic", "4:3", "14:9", "16:9", "20:9"};
|
||||||
std::string CNeutrinoAPI::audiotype_names[5] = {"none", "single channel","dual channel","joint stereo","stereo"};
|
std::string CNeutrinoAPI::audiotype_names[5] = {"none", "single channel","dual channel","joint stereo","stereo"};
|
||||||
|
@@ -49,7 +49,6 @@ public:
|
|||||||
//bool standby_mode;
|
//bool standby_mode;
|
||||||
|
|
||||||
// some constants
|
// some constants
|
||||||
static std::string Dbox_Hersteller[4];
|
|
||||||
static std::string videooutput_names[5];
|
static std::string videooutput_names[5];
|
||||||
static std::string videoformat_names[5];
|
static std::string videoformat_names[5];
|
||||||
static std::string audiotype_names[5];
|
static std::string audiotype_names[5];
|
||||||
|
Reference in New Issue
Block a user