diff options
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/displaychannel.c b/displaychannel.c index 3060b9f8..51df6014 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -315,9 +315,6 @@ void cFlatDisplayChannel::SetEvents(const cEvent *Present, const cEvent *Followi cString epg(""); scrollers.Clear(); - //scrollers.AddScroller("very long, stupid Text to scroll and other", cRect(20, 500, 300, fontHeight), Theme.Color(clrChannelFontEpg), Theme.Color(clrChannelBg), font); - //scrollers.AddScroller("second very long", cRect(20, 600, 400, fontHeight), Theme.Color(clrChannelFontEpg), Theme.Color(clrChannelBg), font); - //scrollers.AddScroller("third very long, stupid Text to scroll and other", cRect(20, 700, 500, fontHeight), Theme.Color(clrChannelFontEpg), Theme.Color(clrChannelBg), font); chanInfoBottomPixmap->Fill(Theme.Color(clrChannelBg)); chanIconsPixmap->Fill( clrTransparent ); |