diff -r ba22309243a1 -r f8c3d4e6102c radioengine/utils/api/radioengineutils.h --- 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 KErrNotFound 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