photosgallery/slideshow/engine/effectsrc/shwcrossfadelayout.cpp
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 0 4e91876724a2
child 13 bcb43dc84c44
--- a/photosgallery/slideshow/engine/effectsrc/shwcrossfadelayout.cpp	Fri Mar 12 15:42:44 2010 +0200
+++ b/photosgallery/slideshow/engine/effectsrc/shwcrossfadelayout.cpp	Mon Mar 15 12:40:30 2010 +0200
@@ -94,9 +94,6 @@
 	// ensure value is inside maximum and minimum opacity
     opacity = Min( opacity, KMaxOpacity );
     opacity = Max( opacity, KMinOpacity );
-
-	// set value to the info
-	//aInfo.iOpacity = opacity;
 	}
 
 // -----------------------------------------------------------------------------