idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl
branchRCL_3
changeset 11 ff572dfe6d86
parent 9 f966699dea19
--- 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
 // ---------------------------------------------------------------------------
 //