photosgallery/viewframework/dataprovider/src/glxpreviewthumbnailbinding.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 2 7d9067c6fcb1
child 23 b023a8d2866a
--- a/photosgallery/viewframework/dataprovider/src/glxpreviewthumbnailbinding.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/dataprovider/src/glxpreviewthumbnailbinding.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -282,7 +282,6 @@
 //
 void CGlxPreviewThumbnailBinding::TimerTicked()
     {
-    //iTimerTicked = ETrue;
     TRACER("CGlxPreviewThumbnailBinding::TimerTicked");
     iCurrentOrientationLandscape = GlxGeneralUiUtilities::IsLandscape();
     
@@ -296,12 +295,10 @@
                 iTimerTicked = ETrue;
                 iProgressIndex++;
                 Update();
-                //iTimerTicked = EFalse;
                 }
             else
                 {
                 iProgressIndex = KErrNotFound;
-                //iStartedShowingThumbnails = EFalse;
                 }
             }     
          
@@ -504,7 +501,6 @@
 void CGlxPreviewThumbnailBinding::HandleFocusChangedL( NGlxListDefs::
     TFocusChangeType /*aType*/, TInt /*aNewIndex*/, TInt /*aOldIndex*/, MGlxMediaList* /*aList*/ )
     {
-   // HandleFocusChanged(ETrue);
    	TRACER("CGlxPreviewThumbnailBinding::HandleFocusChangedL");
     }