mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
fix commit 7bb694c remove unnecessary
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -2333,11 +2333,6 @@ void CChannelList::paintBody()
|
||||
frameBuffer->paintBoxRel(x, y+theight, width, height-footerHeight-theight, COL_MENUCONTENT_PLUS_0);
|
||||
if (g_settings.channellist_additional)
|
||||
{
|
||||
#if 0
|
||||
// disable displayNext
|
||||
if (!g_settings.channellist_primetime)
|
||||
displayNext = false;
|
||||
#endif
|
||||
// paint background for right box
|
||||
frameBuffer->paintBoxRel(x+width,y+theight+pig_height,infozone_width,infozone_height,COL_MENUCONTENT_PLUS_0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user