Index: src/ch/FileInfo.h =================================================================== diff -u -N -r3f72015a9db19bd1b0a5e20e0f1aa0ec00bda529 -rb42450e5a25470c399e04cfbb7a368519aa455f2 --- src/ch/FileInfo.h (.../FileInfo.h) (revision 3f72015a9db19bd1b0a5e20e0f1aa0ec00bda529) +++ src/ch/FileInfo.h (.../FileInfo.h) (revision b42450e5a25470c399e04cfbb7a368519aa455f2) @@ -24,7 +24,6 @@ #include "../libchcore/TPath.h" -void FindFreeSubstituteName(chcore::TSmartPath pathSrcPath, chcore::TSmartPath pathDstPath, CString* pstrResult); void GetDriveData(LPCTSTR lpszPath, int *piDrvNum, UINT *puiDrvType); // CFileInfo flags @@ -203,7 +202,6 @@ // operations void SetClipboard(const CClipboardArray *pClipboard) { m_pClipboard = pClipboard; }; - chcore::TSmartPath GetDestinationPath(chcore::TSmartPath strPath, int iFlags) const; void SetSrcIndex(size_t stIndex) { m_stSrcIndex = stIndex; }; size_t GetSrcIndex() const { return m_stSrcIndex; };