radioengine/utils/api/radioengineutils.h
changeset 38 f8c3d4e6102c
parent 28 075425b8d9a4
--- a/radioengine/utils/api/radioengineutils.h	Thu Jul 08 12:44:18 2010 +0300
+++ b/radioengine/utils/api/radioengineutils.h	Fri Jul 23 10:16:59 2010 +0300
@@ -49,27 +49,6 @@
      */
     IMPORT_C static RFs& FsSession();
 
-    /**
-     * Converts a frequency to a descriptor format.
-     * Returned descriptor is left in CleanupStack.
-     *
-     * @param   aFreq           Frequency, in kilohertz, to convert.
-     * @param   aDecimalCount   Decimal count to use.
-     * @param   aResourceId     Resource ID of the format string, or <code>KErrNotFound</code> if no such resource is to be used.
-     * @return  The formatted descriptor. Ownership is transferred.
-     */
-    IMPORT_C static HBufC* ReadFrequencyStringLC( TUint32 aFreq, TInt aDecimalCount, TInt aResourceId = KErrNotFound );
-
-    /**
-     * Writes formatted frequency to a give descriptor.
-     *
-     * @param   aDest           Destination descriptor.
-     * @param   aFreq           Frequency, in kilohertz, to convert.
-     * @param   aDecimalCount   Decimal count to use.
-     * @param   aFormat         Format read from resource.
-     */
-    IMPORT_C static void FormatFrequencyString( TDes& aDest, TUint32 aFreq, TInt aDecimalCount, TDesC& aFormat );
-
     };
 
 #endif // RADIOENGINEUTILS_H