photosgallery/viewframework/uiutilities/src/glxanimationview.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
--- a/photosgallery/viewframework/uiutilities/src/glxanimationview.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/uiutilities/src/glxanimationview.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -139,7 +139,6 @@
     // Find out the screen size
     CGlxUiUtility* uiUtility = CGlxUiUtility::UtilityL();
     CleanupClosePushL( *uiUtility );
-    //TSize dispSize = uiUtility->ScreenFurniture().CentralScreenRect().Size();// tobe implemented by sf
     CleanupStack::PopAndDestroy( uiUtility );
 
     // Animate each of the control groups
@@ -155,10 +154,7 @@
         // Set up control group transformations
         iControlGroups[cg]->EnableTransformationL();
         CAlfTransformation& trans = iControlGroups[cg]->Transformation();
-
-        //trans.Translate(dispSize.iWidth/2, dispSize.iHeight/2);//tobe implemented by sf
         trans.Scale( scale, scale );
-       // trans.Translate(-dispSize.iWidth/2, -dispSize.iHeight/2);//tobe implemented by sf
         
         // Set opacity of all toplevel visuals in all controls in this group
         TInt controlCount = iControlGroups[cg]->Count();