textinput/peninputarc/src/peninputclient/penclientimpl.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
--- a/textinput/peninputarc/src/peninputclient/penclientimpl.cpp	Wed Sep 15 12:34:44 2010 +0300
+++ b/textinput/peninputarc/src/peninputclient/penclientimpl.cpp	Wed Oct 13 14:55:58 2010 +0300
@@ -992,16 +992,6 @@
 TInt RPeninputServerImpl::AddPenUiActivationHandler(
                       MPenUiActivationHandler* aHandler,TInt aType)
     {
-    // To avoid add repeatedly
-    for (TInt i=0; i<iPenUiNotificationHandler.Count(); i++)
-        {
-        TUiNotificationHandler handler = iPenUiNotificationHandler[ i ];
-        if( handler.iHandler == aHandler )
-            {
-            return KErrNone;
-            }
-        }
-    
     iPenUiNotificationHandler.Append(TUiNotificationHandler(aHandler,aType));
     return KErrNone;            
     }
@@ -1336,7 +1326,7 @@
         }
 
     }    
-    
+
 // ---------------------------------------------------------------------------
 // CPeninputServerObserver::RunError
 // ---------------------------------------------------------------------------
@@ -1579,18 +1569,6 @@
     User::RequestComplete(iPendingRequest, aErr);
     }
 
-// ---------------------------------------------------------------------------
-// Enable or disable transition effect.
-// ---------------------------------------------------------------------------
-//
-void RPeninputServerImpl::EnableGfxTransEffect( TBool aEnable)
-    {
-    TPckg<TBool> msg( aEnable );
-    TIpcArgs arg;
-    arg.Set( KMsgSlot0, &msg );    
-    SendReceive(EPeninputRequestEnableGfxTransEffect, arg );  
-    }
-
 CWaitingServerAo::CWaitingServerAo(RPeninputServerImpl* aClient) 
                 : CActive(CActive::EPriorityStandard),
                   iClient(aClient)