diff -r f966699dea19 -r ff572dfe6d86 idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl --- a/idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl Fri Feb 19 22:42:37 2010 +0200 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl Fri Mar 12 15:41:49 2010 +0200 @@ -162,22 +162,6 @@ }; // --------------------------------------------------------------------------- -// Sets removable -// --------------------------------------------------------------------------- -// -inline void CXnPluginData::SetRemovable( TBool aRemovable ) - { - if( aRemovable ) - { - iFlags.Set( EIsRemovable ); - } - else - { - iFlags.Clear( EIsRemovable ); - } - }; - -// --------------------------------------------------------------------------- // Returns removable // --------------------------------------------------------------------------- //