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:
vanhofen
2017-09-06 15:22:44 +02:00
parent 0387dcd9d5
commit 084e2b12b0
2 changed files with 0 additions and 2 deletions

View File

@@ -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"};

View File

@@ -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];