userlibandfileserver/fileserver/sfat32/common_constants.h
changeset 270 ea2cef07f9fe
parent 90 947f0dc9f7a8
--- a/userlibandfileserver/fileserver/sfat32/common_constants.h	Tue Aug 31 11:40:45 2010 +0100
+++ b/userlibandfileserver/fileserver/sfat32/common_constants.h	Tue Sep 14 15:52:42 2010 +0100
@@ -97,10 +97,6 @@
 typedef TUint16 TFat16Entry;
 
 _LIT8(KLit8ReplacementForUnconvertibleUnicodeCharacters, "_");
-_LIT8(KFileSystemName12,"FAT12   ");    ///< Name in BPB given to a Fat12 volume
-_LIT8(KFileSystemName16,"FAT16   ");    ///< Name in BPB given to a Fat16 volume
-_LIT8(KFileSystemName32,"FAT32   ");    ///< Name in BPB given to a Fat32 volume
-_LIT8(KDefaultVendorID, "EPOC");        ///< Vendor Name for BPB for any volume formated using a Symbian OS device
 
 const TInt KMaxFatFileNameExt=3;		///< Maximum Fat file system file/directory name extension length
 const TInt KNumberOfFatsInternal=1;     ///< Number of FATs for an internal drive