voicerecorder/UtilsSrc/VRUtils.cpp
branchRCL_3
changeset 19 2f5c9ee7098c
parent 14 f962425b9f8b
--- a/voicerecorder/UtilsSrc/VRUtils.cpp	Mon Jun 21 15:43:26 2010 +0300
+++ b/voicerecorder/UtilsSrc/VRUtils.cpp	Thu Aug 19 09:57:40 2010 +0300
@@ -1087,8 +1087,7 @@
 	TInt removableStorageErr = DriveInfo::GetDefaultDrive(
 			DriveInfo::EDefaultRemovableMassStorage,    driveRemovableMassStorage );
 	if ( (defaultStorageErr) || (removableStorageErr) ||
-			( driveDefaultMassStorage == driveRemovableMassStorage ) ||
-			!DriveValid(driveDefaultMassStorage) || !DriveValid(driveRemovableMassStorage) )
+			( driveDefaultMassStorage == driveRemovableMassStorage ) )
 		{ flag = EFalse; }
 	
 	return flag;