apengine/apsettingshandlerui/src/AccessPointTextSettingPage.cpp
changeset 66 ed07dcc72692
parent 0 5a93021fdf25
--- a/apengine/apsettingshandlerui/src/AccessPointTextSettingPage.cpp	Fri Sep 17 08:32:43 2010 +0300
+++ b/apengine/apsettingshandlerui/src/AccessPointTextSettingPage.cpp	Mon Oct 04 00:43:42 2010 +0300
@@ -40,8 +40,6 @@
                                           TBool aIsLatin )
     :CAknTextSettingPage( aResourceID, aText, aTextSettingPageFlags )
     {
-    APSETUILOGGER_ENTERFN( EOther,"TxtSetPage::CAccessPointTextSettingPage<->")
-    iIsLatin = aIsLatin;
     }
 
 
@@ -63,8 +61,6 @@
     :CAknTextSettingPage( aSettingTitleText, aSettingNumber, aControlType,
     aEditorResourceId, aSettingPageResourceId, aText, aTextSettingPageFlags )
     {
-    APSETUILOGGER_ENTERFN( EOther,"TxtSetPage::CAccessPointTextSettingPage<->")
-    iIsLatin = aIsLatin;
     }
 
 // ---------------------------------------------------------
@@ -73,22 +69,6 @@
 //
 void CAccessPointTextSettingPage::ConstructL()
     {
-    APSETUILOGGER_ENTERFN( EOther,"TxtSetPage::ConstructL")
-    
-    CAknTextSettingPage::ConstructL();
-    FeatureManager::InitializeLibL();
-    TBool avkonElaf = FeatureManager::FeatureSupported( KFeatureIdAvkonELaf );
-    FeatureManager::UnInitializeLib();
-    if ( avkonElaf && iIsLatin )
-        {
-        CAknInputLanguageInfo* inputLangInfo =
-                AknInputLanguageInfoFactory::CreateInputLanguageInfoL();
-        TextControl()->SetAknEditorLocalLanguage
-                                ( inputLangInfo->UrlLanguage() );
-        delete inputLangInfo;
-        }
-    
-    APSETUILOGGER_LEAVEFN( EOther,"TxtSetPage::ConstructL")
     }
 
 // End of File