From f51d6eb2dfb128a29db34b05d9b92a9633dd5b29 Mon Sep 17 00:00:00 2001 From: schmirl Date: Mon, 7 Apr 2008 14:27:27 +0000 Subject: - removed legacy code for pre VDR 1.4 - dropped patches for pre VDR 1.4 --- common.c | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'common.c') diff --git a/common.c b/common.c index 921170d..a27e07b 100644 --- a/common.c +++ b/common.c @@ -1,5 +1,5 @@ /* - * $Id: common.c,v 1.6 2008/03/31 10:34:26 schmirl Exp $ + * $Id: common.c,v 1.7 2008/04/07 14:27:27 schmirl Exp $ */ #include @@ -11,7 +11,7 @@ using namespace std; -const char *VERSION = "0.3.4-CVS"; +const char *VERSION = "0.4.0-pre"; const char *StreamTypes[st_Count] = { "TS", @@ -113,16 +113,7 @@ void cStreamdevMenuSetupPage::AddCategory(const char *Title) { cOsdItem *item = new cOsdItem(buffer); free(buffer); - -#if VDRVERSNUM < 10307 -# ifdef HAVE_BEAUTYPATCH - item->SetColor(clrScrolLine, clrBackground); -# else - item->SetColor(clrCyan, clrBackground); -# endif -#else - item->SetSelectable(false); -#endif + item->SetSelectable(false); Add(item); } -- cgit v1.2.3