phoneengine/contacthandling2/inc/mpecontacthandling.h
changeset 45 6b911d05207e
parent 21 92ab7f8d0eab
--- a/phoneengine/contacthandling2/inc/mpecontacthandling.h	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneengine/contacthandling2/inc/mpecontacthandling.h	Wed Jun 23 18:12:20 2010 +0300
@@ -49,18 +49,6 @@
         virtual TInt FindContactInfoSync( 
             const TInt aCallId,
             const TPEFindContactKey aFindKey ) = 0;
-
-        /**
-        * Fetch number from speed dial location
-        * @param aLocationIndex Index to look for
-        * @param aNumber Filled with speed dial location phone number
-        * @param aContactItemId Contact item id. KErrNotFound if given location
-        *                                        was not set.
-        * @return possible Symbian OS error code
-        */
-        virtual TInt GetSpeedDialLocation( 
-            TInt aLocationIndex, 
-            TPEPhoneNumber& aNumber ) = 0;
     };
 
 #endif      // MPECONTACTHANDLING_H