mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
gui/channellist.cpp: remove unused if/else in CChannelList::paintDetails
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7abc312042
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-05 (Thu, 05 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1426,12 +1426,6 @@ void CChannelList::paintDetails(int index)
|
|||||||
p_event = &chanlist[index]->currentEvent;
|
p_event = &chanlist[index]->currentEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (chanlist[index]->currentEvent.description.empty()) {
|
|
||||||
frameBuffer->paintBackgroundBoxRel(x, y+ height, width, info_height);
|
|
||||||
} else
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
frameBuffer->paintBoxRel(x+2, y + height + 2, width-4, info_height - 4, COL_MENUCONTENTDARK_PLUS_0, RADIUS_LARGE);//round
|
frameBuffer->paintBoxRel(x+2, y + height + 2, width-4, info_height - 4, COL_MENUCONTENTDARK_PLUS_0, RADIUS_LARGE);//round
|
||||||
|
|
||||||
if (!p_event->description.empty()) {
|
if (!p_event->description.empty()) {
|
||||||
@@ -1551,7 +1545,6 @@ void CChannelList::paintDetails(int index)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void CChannelList::clearItem2DetailsLine()
|
void CChannelList::clearItem2DetailsLine()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user