diff -r 11b6825f0862 -r 3a6b55c6390c radioengine/utils/api/radioengineutils.h --- a/radioengine/utils/api/radioengineutils.h Tue Jul 06 14:16:27 2010 +0300 +++ b/radioengine/utils/api/radioengineutils.h Wed Aug 18 09:49:03 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