camerauis/cameraapp/generic/src/CamInfoListBoxContainer.cpp
branchRCL_3
changeset 35 e32fcfe0045f
parent 31 8f559c47d7fd
child 50 f54ad444594d
--- a/camerauis/cameraapp/generic/src/CamInfoListBoxContainer.cpp	Wed Jun 09 09:21:41 2010 +0300
+++ b/camerauis/cameraapp/generic/src/CamInfoListBoxContainer.cpp	Mon Jun 21 15:19:37 2010 +0300
@@ -85,11 +85,6 @@
     iDescArray.ResetAndDestroy();
     iExplTxtLinesLayout.Close();  
 
-    if ( iFeedback ) 
-        {
-        iFeedback->RemoveFeedbackForControl( iListBox );
-        } 
-
     delete iListBox;
 
     if ( iTooltipController )
@@ -239,13 +234,7 @@
      
     iTooltipController->SetTimeDelayBeforeShow( KInfoTooltipDelay );
     iTooltipController->SetTimePopupInView( KInfoTooltipDisplayTime );
-
-    iFeedback = MTouchFeedback::Instance();  
-    if ( iFeedback ) 
-        {
-        iFeedback->SetFeedbackArea( iListBox, 0, iListBox->Rect(), 
-                                  ETouchFeedbackBasic, ETouchEventStylusDown );
-        }
+        
     iController.SetViewfinderWindowHandle( &Window() );
     PRINT(_L("Camera <= CCamInfoListBoxContainer::ConstructL") )    
     }