textinput/peninputarc/src/peninputserverapp/peninputanimcommand.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 46 bd83ceabce89
--- a/textinput/peninputarc/src/peninputserverapp/peninputanimcommand.cpp	Wed Sep 15 12:34:44 2010 +0300
+++ b/textinput/peninputarc/src/peninputserverapp/peninputanimcommand.cpp	Wed Oct 13 14:55:58 2010 +0300
@@ -362,17 +362,3 @@
     iAnim.SetDiscreeptPop(iArea);
     return ETrue;
 	}
-
-TAnimUpdatePointerEventSuppressorCmd::TAnimUpdatePointerEventSuppressorCmd( 
-        RPeninputAnim& aAnim, const TPointerEventSuppressorParameters& aParameters )
-        : TAnimCmd( aAnim ), iParameters( aParameters )
-    {
-    
-    }
-
-TBool TAnimUpdatePointerEventSuppressorCmd::ExecuteAnimCommand() const
-    {
-    iAnim.UpdatePointerEventSuppressor( iParameters );
-    return ETrue;
-    }
-