From 85a5591abc0ff33d6226ed0dd605c251ccce8a08 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 6 Sep 2017 15:22:44 +0200 Subject: [PATCH] nhttpd: remove unused string Dbox_Hersteller Signed-off-by: Thilo Graf Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/6c2fc16ea440597e1ae33e419bdbdaa7c2273acc Author: vanhofen Date: 2017-09-06 (Wed, 06 Sep 2017) Origin message was: ------------------ - nhttpd: remove unused string Dbox_Hersteller Signed-off-by: Thilo Graf ------------------ This commit was generated by Migit --- src/nhttpd/tuxboxapi/neutrinoapi.cpp | 1 - src/nhttpd/tuxboxapi/neutrinoapi.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/nhttpd/tuxboxapi/neutrinoapi.cpp b/src/nhttpd/tuxboxapi/neutrinoapi.cpp index ba9c40ad3..6bd31953c 100644 --- a/src/nhttpd/tuxboxapi/neutrinoapi.cpp +++ b/src/nhttpd/tuxboxapi/neutrinoapi.cpp @@ -101,7 +101,6 @@ const char * _getISO639Description(const char * const iso) //============================================================================= // 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::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"}; diff --git a/src/nhttpd/tuxboxapi/neutrinoapi.h b/src/nhttpd/tuxboxapi/neutrinoapi.h index 77e51baa0..44c6d8b4a 100644 --- a/src/nhttpd/tuxboxapi/neutrinoapi.h +++ b/src/nhttpd/tuxboxapi/neutrinoapi.h @@ -49,7 +49,6 @@ public: //bool standby_mode; // some constants - static std::string Dbox_Hersteller[4]; static std::string videooutput_names[5]; static std::string videoformat_names[5]; static std::string audiotype_names[5];