engine/src/ShowEngine.cpp
branchsymbian1
changeset 167 4bfc2fcec5f6
parent 164 000f9fc147b2
child 212 713bd6cc0b7a
child 279 5a44ec2f6f4d
--- 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)