engine/src/ShowEngine.cpp
changeset 172 c2a99fe1afd0
parent 165 d886725e4499
child 200 79076725bab9
--- 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)