photosgallery/viewframework/views/zoomview/src/glxzoommathsengine.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
child 18 78ad99c24f08
--- 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()");