idlehomescreen/xmluirendering/uiengine/src/xncomposer.cpp
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
--- a/idlehomescreen/xmluirendering/uiengine/src/xncomposer.cpp	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/src/xncomposer.cpp	Wed Oct 13 14:18:30 2010 +0300
@@ -52,9 +52,6 @@
 _LIT( KCDrive, "C:" );
 _LIT8( KTagXuikon, "xuikon" );
 
-_LIT8( KTemplateViewSetting, "templateView" );
-_LIT8( KViewUidSetting, "uid" );
-
 using namespace hspswrapper;
 
 // ======== LOCAL FUNCTIONS ========
@@ -515,25 +512,6 @@
         return NULL;        
         }
 
-    RPointerArray<CItemMap>& settings( configuration->Settings() );
-    
-    for ( TInt i = 0; i < settings.Count(); i++ )
-        {
-        CItemMap* setting( settings[i] );
-        if ( (setting != NULL) && setting->ItemId() == KTemplateViewSetting )
-            {
-            RPointerArray<CPropertyMap>& properties = setting->Properties(); 
-            for ( TInt j = 0; j < properties.Count(); j++ )
-                {
-                CPropertyMap* property( properties[i] );
-                if ( (property != NULL) && property->Name() == KViewUidSetting )
-                    {
-                    aRootData.SetTemplateViewUidL( property->Value() );
-                    }
-                }
-            }
-        }
-
     CPluginInfo& info( configuration->PluginInfo() );
 
     aRootData.SetOwner( root );