From 15db5e81ccf049d7d3cb365f699d7290472ad9f9 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 10 May 2013 12:01:49 +0200 Subject: Added optional dedicated status icons in channel display --- menuitem.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'menuitem.c') diff --git a/menuitem.c b/menuitem.c index 5795433..9b1dfad 100644 --- a/menuitem.c +++ b/menuitem.c @@ -562,7 +562,6 @@ void cNopacityScheduleMenuItem::DrawRemaining(int x, int y, int width) { cNopacityChannelMenuItem::cNopacityChannelMenuItem(cOsd *osd, const cChannel *Channel, bool sel, cRect *vidWin) : cNopacityMenuItem (osd, "", sel) { this->Channel = Channel; this->vidWin = vidWin; - epgRead = false; } cNopacityChannelMenuItem::~cNopacityChannelMenuItem(void) { @@ -721,9 +720,6 @@ void cNopacityChannelMenuItem::Render() { if (selectable) { //Channels DrawBackground(); - if (!epgRead) { - - } int logoWidth = config.menuItemLogoWidth; int logoHeight = config.menuItemLogoHeight; if (!drawn) { -- cgit v1.2.3