fix commit 7bb694c remove unnecessary

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-03-05 21:50:03 +01:00
committed by Thilo Graf
parent b24bdd3126
commit 590796dd87
8 changed files with 0 additions and 17 deletions

View File

@@ -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);
}