diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/uiutilities/src/glxanimationview.cpp --- 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();