diff options
Diffstat (limited to 'styledpixmap.c')
-rw-r--r-- | styledpixmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/styledpixmap.c b/styledpixmap.c index 20945f1..73c9256 100644 --- a/styledpixmap.c +++ b/styledpixmap.c @@ -45,8 +45,6 @@ void cStyledPixmap::drawBackgroundGraphical(eBackgroundType type, bool active) { back = imgCache.GetOsdElement(oeStatusHeaderContentFull);
} else if (type == bgClock) {
back = imgCache.GetOsdElement(oeClock);
- } else if (type == bgEpgHeader) {
- back = imgCache.GetOsdElement(oeEpgHeader);
} else if (type == bgButton) {
drawBackgroundButton(active);
return;
|