epgplus: remove obsolete icon calculation

Origin commit data
------------------
Commit: ca20473787
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)

Origin message was:
------------------
- epgplus: remove obsolete icon calculation
This commit is contained in:
vanhofen
2017-04-08 14:11:28 +02:00
parent 3fcfef5e69
commit 24b0759971

View File

@@ -711,13 +711,6 @@ void EpgPlus::init()
int timeLineHeight = TimeLine::getUsedHeight();
this->entryHeight = ChannelEntry::getUsedHeight();
int icol_w, icol_h, h2;
CFrameBuffer::getInstance()->getIconSize(NEUTRINO_ICON_BUTTON_RED, &icol_w, &icol_h);
CFrameBuffer::getInstance()->getIconSize(NEUTRINO_ICON_BUTTON_HELP, &icol_w, &h2);
//if (icol_h < h2)
// icol_h = h2;
int buttonHeight = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_FOOT]->getHeight()+8; //TODO get height from buttons
int footerHeight = Footer::getUsedHeight() + buttonHeight;