inputmethods_plat/pen_input_server_api/inc/peninputcmdparam.h
branchRCL_3
changeset 20 ebd48d2de13c
parent 9 e6a39382bb9c
child 21 ecbabf52600f
--- a/inputmethods_plat/pen_input_server_api/inc/peninputcmdparam.h	Thu Aug 19 10:15:25 2010 +0300
+++ b/inputmethods_plat/pen_input_server_api/inc/peninputcmdparam.h	Tue Aug 31 15:31:50 2010 +0300
@@ -133,13 +133,8 @@
  */
 struct TFepITICandidateList
     {
-	union
-		{
-		CDesCArray* iItemArray;
-		const RArray<TPtrC>* iItemArray2;
-		};
+    CDesCArray* iItemArray;
     TInt iActiveIndex;
-    TInt iLangCode;
     };
 
 class CPtiEngine;
@@ -155,11 +150,4 @@
     TInt iSymbol2;
 	TInt iSymbol3;
 	};
-	
-struct TFepSpellICFDisplayContent
-	{
-	TInt iCurPos;
-	TPtrC iICFText;
-	TPtrC iPromptText;
-	};
-#endif
+#endif
\ No newline at end of file