creator/src/engine.cpp
changeset 48 da3ec8478e66
parent 35 98924d2efce9
child 52 36d60d12b4af
--- a/creator/src/engine.cpp	Thu Sep 02 20:27:24 2010 +0300
+++ b/creator/src/engine.cpp	Fri Sep 17 08:29:47 2010 +0300
@@ -57,7 +57,6 @@
 #include <eikapp.h>
 #include <bitmaptransforms.h>
 
-_LIT(KEDriveError, "Not available");
 _LIT(KTempPathDrive, "d");
 _LIT(KTempPath, ":\\Creator\\");
 const TInt KRegisterDrive = EDriveC;
@@ -623,7 +622,6 @@
 		
 		// remove the progress dialog from the screen
         iEngineWrapper->CloseProgressbar();
-		//ProgressDialogCancelledL();
 		
 		if (iFailedCommands == 0)
 		    {
@@ -679,12 +677,7 @@
 				}
             }
 
-        if ( iPhonebook /*&& iPhonebook->IsActive()*/ )
-            {
-            // virtual phonebook is known to require asynchronous
-            // cancelling of operation
-            }
-        else if ( iDecoder  )
+        if ( iDecoder  )
             {
             iDecoder->Cancel();
             // CancelComplete() will be called from GenerateSourceImageFileL
@@ -1837,7 +1830,7 @@
 
 // ---------------------------------------------------------------------------
 
-TUint32 CCreatorEngine::AccessPointNameToIdL(const TDesC& aAPName, TBool aAnyIfNotFound )
+TUint32 CCreatorEngine::AccessPointNameToIdL(const TDesC& /*aAPName*/, TBool /*aAnyIfNotFound*/ )
     {
     LOGSTRING("Creator: CCreatorEngine::AccessPointNameToIdL");
     // Accespoint impl moved from engine to accespoint implementations for supporting 3.0-3.1 and 3.2->