phonebookui/Phonebook2/UIControls/inc/CPbk2ContactViewListBox.h
branchRCL_3
changeset 85 38bb213f60ba
parent 74 6b5524b4f673
--- a/phonebookui/Phonebook2/UIControls/inc/CPbk2ContactViewListBox.h	Wed Sep 15 11:56:55 2010 +0300
+++ b/phonebookui/Phonebook2/UIControls/inc/CPbk2ContactViewListBox.h	Wed Oct 13 14:15:33 2010 +0300
@@ -178,24 +178,6 @@
         void HandlePopupCharacter( CWindowGc* aGc,
                                    const TRect& aRectOfListBoxItem ) const;
 
-        /**
-         * Set the state of the Marking mode 
-         */
-        inline void SetMarkingModeState( TBool aActived )
-            {
-            iMarkingModeOn = aActived;
-            }
-
-        /**
-         * Reset the value of iShowPopupChar, i.e. set its value to EFalse.
-         * As for iShowPopupChar, ETrue indicates showing the scrollbar popup char;
-         * EFalse indicates the opposite. 
-         */
-        inline void ResetShowPopupChar()
-            {
-            iShowPopupChar = EFalse;
-            }
-
     public: // From MPbk2ClipListBoxText
         TBool ClipFromBeginning(
                 TDes& aBuffer,
@@ -244,9 +226,6 @@
 
         TBool IsContact( TInt aIndex ) const;
         
-    private:
-        void RecalcWidthInMarkingMode( TInt& aWidth, const CFont& aFont, TChar aChar );
-        
     private: // Data structures
         /// Data loaded from resources
         struct TResourceData
@@ -287,8 +266,6 @@
         CPbk2PredictiveSearchFilter &iSearchFilter;
         // ref: used fro checking command item count
         CCoeControl& iContainer;
-        // Flag to indicate whether Marking mode is active
-        TBool iMarkingModeOn;
         
     };