idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h
branchRCL_3
changeset 130 67f2ed48ad91
parent 122 6cadd6867c17
--- a/idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h	Wed Sep 15 12:32:36 2010 +0300
+++ b/idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h	Wed Oct 13 14:53:46 2010 +0300
@@ -109,13 +109,6 @@
     TSettingItem FindItemL( 
         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
 
-    /**
-     * Checks with a given index if bookmark has been hidden from menulist
-     * 
-     * @param aIndex Index of the bookmark in the list
-     * @return ETrue if the bookmark is hidden, EFalse otherwise
-     */
-    TBool ItemHidden( TInt aIndex );
 
 protected:
 
@@ -243,11 +236,6 @@
          * Target bookmark parameters
          */
         HBufC* iUrl;
-        
-        /**
-         * Target bookmark hidden
-         */
-        TBool iHidden;
 
     private: