diff -r ac7e4d1d9209 -r ebd48d2de13c inputmethods_plat/pen_input_server_api/inc/peninputcmdparam.h --- 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* 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