CBEChannelWidget: remove redundant hide of infobox

Infobox uses it's own hide().


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e58bb595e
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-01 (Wed, 01 Aug 2012)



------------------
This commit was generated by Migit
This commit is contained in:
2012-08-01 22:13:07 +02:00
parent f48a1e9950
commit 8268a54259

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