Index: src/ch/FileInfo.h =================================================================== diff -u -N -r16a61d123d45e60dea731a6620f6f47acccd8c43 -r3f33c90e9e49ccf7b52b604e849ba8be5be1dba7 --- src/ch/FileInfo.h (.../FileInfo.h) (revision 16a61d123d45e60dea731a6620f6f47acccd8c43) +++ src/ch/FileInfo.h (.../FileInfo.h) (revision 3f33c90e9e49ccf7b52b604e849ba8be5be1dba7) @@ -24,8 +24,6 @@ #include "../libchcore/TPath.h" -void GetDriveData(const chcore::TSmartPath& spPath, int *piDrvNum, UINT *puiDrvType); - // CFileInfo flags // flag stating that file has been processed (used to determine if file can be deleted at the end of copying) #define FIF_PROCESSED 0x00000001 @@ -39,9 +37,6 @@ CFileInfo(const CFileInfo& finf); ~CFileInfo(); - // static member - static bool Exist(chcore::TSmartPath strPath); // check for file or folder existence - void Create(const WIN32_FIND_DATA* pwfd, const chcore::TSmartPath& tFilePath, size_t stSrcIndex); bool Create(const chcore::TSmartPath& strFilePath, size_t stSrcIndex);