textinput/peninputarc/src/peninputserverapp/peninputanimclientobj.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 46 bd83ceabce89
--- a/textinput/peninputarc/src/peninputserverapp/peninputanimclientobj.cpp	Wed Sep 15 12:34:44 2010 +0300
+++ b/textinput/peninputarc/src/peninputserverapp/peninputanimclientobj.cpp	Wed Oct 13 14:55:58 2010 +0300
@@ -503,21 +503,4 @@
     AddAnimCommand(cmd);
     return ETrue;		
 	}
-
-// ---------------------------------------------------------------------------
-// CPeninputAnimObj::UpdatePointerEventSuppressor()
-// Update parameters of pointer event suppressor.
-// ---------------------------------------------------------------------------
-//
-void CPeninputAnimObj::UpdatePointerEventSuppressor( 
-        const TPointerEventSuppressorParameters& aParameters )
-    {
-    TAnimUpdatePointerEventSuppressorCmd* cmd = 
-            new TAnimUpdatePointerEventSuppressorCmd( iAnim, aParameters );
-    
-    if ( cmd != NULL )
-        {
-        AddAnimCommand( cmd );
-        }
-    }
 //end of file