mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
src/gui/channellist.cpp remove unused logo_off
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6cb58546d8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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;
|
eventFont = SNeutrinoSettings::FONT_TYPE_CHANNELLIST_EVENT;
|
||||||
dline = NULL;
|
dline = NULL;
|
||||||
cc_minitv = NULL;
|
cc_minitv = NULL;
|
||||||
logo_off = 0;
|
|
||||||
minitv_is_active = false;
|
minitv_is_active = false;
|
||||||
headerNew = true;
|
headerNew = true;
|
||||||
bouquet = NULL;
|
bouquet = NULL;
|
||||||
@@ -2129,7 +2128,6 @@ void CChannelList::paintHead()
|
|||||||
if (!header->getContextBtnObject()->empty())
|
if (!header->getContextBtnObject()->empty())
|
||||||
header->removeContextButtons();
|
header->removeContextButtons();
|
||||||
header->enableClock(true, "%H:%M", "%H %M", true);
|
header->enableClock(true, "%H:%M", "%H %M", true);
|
||||||
logo_off = header->getClockObject()->getWidth() + OFFSET_INNER_MID;
|
|
||||||
|
|
||||||
header->getClockObject()->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
|
header->getClockObject()->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
|
||||||
}else{
|
}else{
|
||||||
@@ -2139,8 +2137,6 @@ void CChannelList::paintHead()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
logo_off = OFFSET_INNER_MID;
|
|
||||||
|
|
||||||
if(g_settings.channellist_show_channellogo){
|
if(g_settings.channellist_show_channellogo){
|
||||||
//ensure to have clean background
|
//ensure to have clean background
|
||||||
|
@@ -112,7 +112,6 @@ private:
|
|||||||
int info_height; // the infobox below mainbox is handled outside height
|
int info_height; // the infobox below mainbox is handled outside height
|
||||||
int x;
|
int x;
|
||||||
int y;
|
int y;
|
||||||
int logo_off;
|
|
||||||
int pig_width;
|
int pig_width;
|
||||||
int pig_height;
|
int pig_height;
|
||||||
int infozone_width;
|
int infozone_width;
|
||||||
|
Reference in New Issue
Block a user