--- a/engine/src/ShowEngine.cpp Fri Jul 09 14:24:38 2010 +0100
+++ b/engine/src/ShowEngine.cpp Wed Jul 07 20:25:36 2010 +0100
@@ -176,12 +176,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)