diff -r 9b022b1f357c -r e0aa398e6810 contentstorage/casrv/cawidgetscanner/src/widgetscannerutils.cpp --- a/contentstorage/casrv/cawidgetscanner/src/widgetscannerutils.cpp Tue Jul 06 14:37:10 2010 +0300 +++ b/contentstorage/casrv/cawidgetscanner/src/widgetscannerutils.cpp Wed Aug 18 10:05:49 2010 +0300 @@ -24,31 +24,6 @@ // // ----------------------------------------------------------------------------- // -TBool WidgetScannerUtils::IsFileOnDrive( const TDesC& aFileName, - const DriveInfo::TDefaultDrives& aDefaultDrive ) - { - TBool result = EFalse; - if ( aFileName.Length() ) - { - TInt drive; - TInt err = DriveInfo::GetDefaultDrive( aDefaultDrive, drive ); - if ( !err ) - { - TInt fileDrive; - err = RFs::CharToDrive( aFileName[0], fileDrive ); - if ( !err && fileDrive == drive ) - { - result = ETrue; - } - } - } - return result; - } - -// ----------------------------------------------------------------------------- -// -// ----------------------------------------------------------------------------- -// void WidgetScannerUtils::CurrentMmcId( const RFs& aFs, TDes& aMmcId ) { TInt mmcDrive;