From f79593139e7c46f7ce92711229485a46fa5d7c58 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 2 Aug 2010 16:01:52 +0200 Subject: Added patch from freevdr for HD-OSD --- config.cpp | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'config.cpp') diff --git a/config.cpp b/config.cpp index 92eca9e..fc85d8c 100644 --- a/config.cpp +++ b/config.cpp @@ -3,8 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: config.c,v 1.11 2005/01/02 12:19:32 schmitzj Exp $ - * */ #include "config.h" @@ -16,31 +14,13 @@ tvonscreenConfig tvonscreenCfg; -#if VDRVERSNUM < 10307 -class cMenuEditTimeItem : public cMenuEditItem -{ -protected: - int *value; - int hh, mm; - int pos; - virtual void Set(void); -public: - cMenuEditTimeItem(const char *Name, int *Value); - virtual eOSState ProcessKey(eKeys Key); -}; -#endif - tvonscreenConfig::tvonscreenConfig(void) { showLogos=false; XLfonts=true; noInfoLine=false; showChannels=true; -#if VDRVERSNUM >= 10307 bwlogos=false; -#else - bwlogos=true; -#endif colorworkaround=true; usertime1=1200; @@ -76,9 +56,6 @@ bool tvonscreenConfig::SetupParse(const char *Name, const char *Value) else return false; -#if VDRVERSNUM < 10307 - bwlogos=true; -#endif return true; } const char *tvonscreenConfig::CommandLineHelp(void) @@ -94,7 +71,7 @@ bool tvonscreenConfig::ProcessArgs(int argc, char *argv[]) { "logos", required_argument, NULL, 'l' }, { "vdradminfile",required_argument, NULL, 'v' }, - { NULL } + { NULL, 0, NULL, 0 } }; bool retval=true; -- cgit v1.2.3