fix commit 548cde1 remove unnecessary

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3413d942a7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-05 (Tue, 05 Mar 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-03-05 21:50:03 +01:00
parent e330279e61
commit e8d73559c0
8 changed files with 0 additions and 18 deletions

View File

@@ -2333,12 +2333,6 @@ void CChannelList::paintBody()
frameBuffer->paintBoxRel(x, y+theight, width, height-footerHeight-theight, COL_MENUCONTENT_PLUS_0);
if (g_settings.channellist_additional)
{
//NI
#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);
}