uifw/ganes/src/HgScroller.cpp
branchRCL_3
changeset 50 a1caeb42b3a3
parent 38 c52421ed5f07
child 51 fcdfafb36fe7
--- a/uifw/ganes/src/HgScroller.cpp	Mon Jun 21 15:57:43 2010 +0300
+++ b/uifw/ganes/src/HgScroller.cpp	Thu Jul 15 18:56:19 2010 +0300
@@ -1131,17 +1131,10 @@
         TInt action = iPhysics->OngoingPhysicsAction();
         if( action !=  CAknPhysics::EAknPhysicsActionNone && needsFeedback )
             {
-            TTouchFeedbackType type( ETouchFeedbackVibra );
-            if ( CAknPhysics::EAknPhysicsActionDragging == action )
-                {
-                type = TTouchFeedbackType(ETouchFeedbackVibra | ETouchFeedbackAudio);
-                }
-
             MTouchFeedback* feedback = MTouchFeedback::Instance();
             if(feedback)
                 feedback->InstantFeedback( this, ETouchFeedbackSensitiveList,
-                                            type,
-                                            TPointerEvent() );
+                                           ETouchFeedbackVibra, TPointerEvent() );
             }
 
         if(iManager)