mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
src/gui/channellist.cpp remove unused logo_off
This commit is contained in:
@@ -123,7 +123,6 @@ CChannelList::CChannelList(const char * const pName, bool phistoryMode, bool _vl
|
||||
eventFont = SNeutrinoSettings::FONT_TYPE_CHANNELLIST_EVENT;
|
||||
dline = NULL;
|
||||
cc_minitv = NULL;
|
||||
logo_off = 0;
|
||||
minitv_is_active = false;
|
||||
headerNew = true;
|
||||
bouquet = NULL;
|
||||
@@ -2129,7 +2128,6 @@ void CChannelList::paintHead()
|
||||
if (!header->getContextBtnObject()->empty())
|
||||
header->removeContextButtons();
|
||||
header->enableClock(true, "%H:%M", "%H %M", true);
|
||||
logo_off = header->getClockObject()->getWidth() + OFFSET_INNER_MID;
|
||||
|
||||
header->getClockObject()->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
|
||||
}else{
|
||||
@@ -2139,8 +2137,6 @@ void CChannelList::paintHead()
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
logo_off = OFFSET_INNER_MID;
|
||||
|
||||
if(g_settings.channellist_show_channellogo){
|
||||
//ensure to have clean background
|
||||
|
Reference in New Issue
Block a user