CBEChannelWidget: remove redundant hide of infobox

Infobox uses it's own hide().


Origin commit data
------------------
Commit: 6e58bb595e
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-01 (Wed, 01 Aug 2012)
This commit is contained in:
2012-08-01 22:13:07 +02:00
parent 37452186cf
commit 6ec814f374

View File

@@ -236,7 +236,7 @@ void CBEChannelWidget::clearItem2DetailsLine()
void CBEChannelWidget::hide()
{
frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight+info_height);
frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight);
clearItem2DetailsLine ();
}