--- a/engine/src/ShowEngine.cpp Wed Jul 07 20:24:29 2010 +0100
+++ b/engine/src/ShowEngine.cpp Wed Jul 07 20:25:36 2010 +0100
@@ -172,12 +172,7 @@
void CShowEngine::DownloadInfo(CHttpClient* aHttpClient, TInt aTotalBytes)
{
- DP1("About to download %d bytes", aTotalBytes);
- if (aHttpClient == iShowClient && iShowDownloading != NULL
- && aTotalBytes != -1)
- {
- iShowDownloading->SetShowSize(aTotalBytes);
- }
+ DP1("CShowEngine::DownloadInfo, About to download %d bytes", aTotalBytes);
}
void CShowEngine::GetShowL(CShowInfo *info)