diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/views/zoomview/src/glxzoommathsengine.cpp --- a/photosgallery/viewframework/views/zoomview/src/glxzoommathsengine.cpp Mon Mar 15 12:40:30 2010 +0200 +++ b/photosgallery/viewframework/views/zoomview/src/glxzoommathsengine.cpp Wed Mar 31 21:31:03 2010 +0300 @@ -47,7 +47,7 @@ void TGlxZoomAndPanMathsEngine::Initialize(TPoint& aCenter, TSize& aScreenSize, TSize& aImageSize, - TSize& aOriginalZoomedDimensions, + TSize& /*aOriginalZoomedDimensions*/, TUint8 aInitialZoomRatio) { TRACER("void TGlxZoomAndPanMathsEngine::Initialize()"); @@ -233,8 +233,8 @@ imageDimension.iWidth = (imageDimension.iWidth * newZoomRatio)/100; imageDimension.iHeight = (imageDimension.iHeight * newZoomRatio)/100; - // Is image size bigger than screen size AND image is panned to such an extent that - // the an edge of the image comes within the screen rectange? If so go ahead, + // Check if image size is bigger than screen size AND image is panned to such an extent that + // the an edge of the image comes within the screen rectange. If so go ahead, // for everything else there is mastercard. I mean the else condition below. // [TODO] The master card however needs more simplification. if( @@ -392,7 +392,7 @@ // UpdatePanFactor: Calculates the Pan Factor based on time the key was pressed //------------------------------------------------------------------------------------- // -void TGlxZoomAndPanMathsEngine::UpdatePanFactor(TTime& aPanTime) +void TGlxZoomAndPanMathsEngine::UpdatePanFactor(TTime& /*aPanTime*/) { TRACER("void TGlxZoomAndPanMathsEngine::UpdatePanFactor()");