diff -r 2666d9724c76 -r d4f567ce2e7c predictivesearch/PcsServer/inc/CPcsServer.h --- a/predictivesearch/PcsServer/inc/CPcsServer.h Thu Jul 15 18:22:55 2010 +0300 +++ b/predictivesearch/PcsServer/inc/CPcsServer.h Thu Aug 19 09:41:07 2010 +0300 @@ -58,11 +58,6 @@ */ CPcsPluginInterface* PluginInterface(); - /** - * Returns ETrue if there is Chinese variant feature in phone - */ - TBool IsChineseVariant() const; - private: /** @@ -85,11 +80,6 @@ * A PCS algorithm instance (owned) */ CPcsPluginInterface* iPcs; - - /** - * Flag for whether there is Chinese in phone - */ - TBool iIsChineseVariant; }; #endif // End of file