photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 0 4e91876724a2
child 18 bcb43dc84c44
--- a/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp	Fri Mar 12 15:42:44 2010 +0200
+++ b/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp	Mon Mar 15 12:40:30 2010 +0200
@@ -472,13 +472,6 @@
 		    }
 		else
 		    {
-		    // Set paused effect on current visual 
-		    //if(iPausedVisuals.Count())
-		    //    {
-		    //	iSplitter.SetLayoutL( &iPausedLayout, iCurrentVisual );
-		    //	}
-			//else
-			//    {
 	            // enter the view mode for visual
 	            // ask the layout chain and set that to the current visual
 	            // set also effect fade-in
@@ -488,7 +481,6 @@
 	    				iViewDuration, 
 	    				KFirstEffectFadeInDuration ), 
 	    			iCurrentVisual );
-		      //  }
 		    }
 		// bring the focus visual to the front
 		iCurrentVisual->MoveToFront();    
@@ -677,8 +669,7 @@
 	        {
             while (count > 0)
 		        {
-		        // unpause and remove the visuals
-    		    //iPausedVisuals[count]->Resume();
+		        //remove the visuals
 		        iPausedVisuals.Remove(--count);
 		        }
 	        }