fep/aknfep/src/AknFepUiInputStateChineseBase.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
--- a/fep/aknfep/src/AknFepUiInputStateChineseBase.cpp	Wed Sep 15 12:34:44 2010 +0300
+++ b/fep/aknfep/src/AknFepUiInputStateChineseBase.cpp	Wed Oct 13 14:55:58 2010 +0300
@@ -53,9 +53,7 @@
 TAknFepInputStateChineseBase::
 TAknFepInputStateChineseBase(MAknFepUIManagerStateInterface* aOwner,
                                 MAknFepUICtrlContainerChinese* aUIContainer)
-    :TAknFepInputStateBase(aOwner),
-     iPlugin( NULL, NULL, ENull ),
-     iStrokePlugin( NULL, NULL, ENull )
+    :TAknFepInputStateBase(aOwner)
     {
     iUIContainer = aUIContainer;
 
@@ -85,10 +83,6 @@
 void TAknFepInputStateChineseBase::operator=(const TAknFepInputStateChineseBase& aState)
     {
     Mem::Copy(this, &aState, sizeof(TAknFepInputStateChineseBase));
-    if( UIContainer())
-    	{
-		UIContainer()->SetFepUiStateCtrl( this );
-    	}
     }
 
 // ---------------------------------------------------------------------------
@@ -125,29 +119,4 @@
 			break;
 		}    	
  	}
-
-// ---------------------------------------------------------------------------
-// TAknFepInputStateChineseBase::SetPlugin
-// Set plugin to state machine
-// ---------------------------------------------------------------------------
-//
-void TAknFepInputStateChineseBase::SetPlugin( 
-            TAknFepInputMiniQwertySogouPinyinPhrasePlugin aPlugin )
-    {
-    iPlugin = aPlugin;
-    iPlugin.Enable( ETrue );
-    }
-
-// ---------------------------------------------------------------------------
-// TAknFepInputStateChineseBase::SetStrokePlugin
-// Set plugin to state machine
-// ---------------------------------------------------------------------------
-//
-void TAknFepInputStateChineseBase::SetStrokePlugin( 
-            TAknFepInputMiniQwertySogouStrokePhrasePlugin aPlugin )
-    {
-    iStrokePlugin = aPlugin;
-    iStrokePlugin.Enable( ETrue );
-    }
-
 // End of file