uifw/AvKon/inc/AknAdaptiveSearchGrid.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
--- a/uifw/AvKon/inc/AknAdaptiveSearchGrid.h	Tue Feb 02 01:00:49 2010 +0200
+++ b/uifw/AvKon/inc/AknAdaptiveSearchGrid.h	Fri Apr 16 15:13:44 2010 +0300
@@ -234,14 +234,6 @@
          
          static const TInt EDeleteLastCharPressed = -1;
 		 static const TInt ECloseGridPressed = -2;  
-		 
-    public:
-		 
-		/**
-		 * When the rect of find pane is set, this functions will be notified
-         * to record the size of it.
-		 */
-		void SaveFindPaneRect( const TRect &aRect );
   
     protected: // From base class
   
@@ -424,10 +416,6 @@
         TBool iPopupFindpane;
         // The length of overlap section 
         TInt iOverlapLength;
-        
-        TRect iFindpaneRect;
-        
-        TBool iFindPaneSizeChanged;
 
     };