From 69e805c44c8ef1c8ebb24e400a955ab8223b82cc Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 10 Feb 2014 19:00:25 +0100 Subject: [PATCH] epgview remove DD 16:9 icon show Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8ed6f331e35381d4e3da81d5a20a8cfa1a0d4196 Author: Jacek Jendrzej Date: 2014-02-10 (Mon, 10 Feb 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index a3223abf8..9f4e9e35d 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -655,25 +655,6 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start // show Timer Event Buttons showTimerEventBar (true,wzap); - //show Content&Component for Dolby & 16:9 - int dummy_h,dummy_w; - frameBuffer->getIconSize(NEUTRINO_ICON_16_9_GREY, &dummy_w, &dummy_h); - if (dummy_h == 16 && dummy_w == 26){ // show only standard icon size - if (hasComponentTags) - { - for (unsigned int i=0; i< tags.size(); i++) - { - if ( tags[i].streamContent == 1 && (tags[i].componentType == 2 || tags[i].componentType == 3) ) - { - frameBuffer->paintIcon(NEUTRINO_ICON_16_9 ,ox+sx-(ICON_LARGE_WIDTH+2)-(ICON_LARGE_WIDTH+2),sy + oy+5 ); - } - else if ( tags[i].streamContent == 2 && tags[i].componentType == 5 ) - { - frameBuffer->paintIcon(NEUTRINO_ICON_DD, ox+sx-(ICON_LARGE_WIDTH+2), sy + oy+5); - } - } - } - } //show progressbar if ( epg_done!= -1 ) {