diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/xmluirendering/uiengine/src/xncomposer.cpp --- 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& settings( configuration->Settings() ); - - for ( TInt i = 0; i < settings.Count(); i++ ) - { - CItemMap* setting( settings[i] ); - if ( (setting != NULL) && setting->ItemId() == KTemplateViewSetting ) - { - RPointerArray& 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 );