camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingContainer.cpp
branchRCL_3
changeset 19 e32fcfe0045f
parent 12 51dda465e618
--- a/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingContainer.cpp	Wed Jun 09 09:21:41 2010 +0300
+++ b/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingContainer.cpp	Mon Jun 21 15:19:37 2010 +0300
@@ -187,10 +187,7 @@
 
   iLayoutSettingDescLines.Reset();
   iEnumArray.Reset();
-  if ( iFeedback )
-    {
-    iFeedback->RemoveFeedbackForControl( iSlider );
-    } 
+
   delete iSlider;
   delete iTextTitle;
   delete iTextTopSubtitle;
@@ -287,13 +284,7 @@
   AknTextUtils::WrapToArrayL( ( *iDescArray )[iSelectedQuality], 
                               layout.TextRect().Width(), 
                               *( layout.Font() ), 
-                              *iCurrentDescLineArray );
-  iFeedback = MTouchFeedback::Instance();
-  if ( iFeedback )  
-    {
-    iFeedback->SetFeedbackArea( iSlider, 0, iSlider->Rect(), 
-                                ETouchFeedbackBasic, ETouchEventStylusDown );
-    }
+                              *iCurrentDescLineArray );   
   }
 
 // -----------------------------------------------------------------------------