From e136f8a24a0dd7b88f488dbbd97c5bfc9a2c96ba Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 18 Feb 2014 18:41:31 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@44144 - --- ide/ideprocs.pp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ide/ideprocs.pp b/ide/ideprocs.pp index 6167fcc3cb..4ec1b0e954 100644 --- a/ide/ideprocs.pp +++ b/ide/ideprocs.pp @@ -95,9 +95,6 @@ const ); // file names -function CompareFilenames(const Filename1, Filename2: string): integer; -function CompareFilenames(const Filename1, Filename2: string; - ResolveLinks: boolean): integer; function FilenameIsMatching(const Mask, Filename: string; MatchExactly: boolean): boolean; function ConvertSpecialFileChars(const Filename: string): string; @@ -1143,17 +1140,6 @@ begin XMLConfig.SetDeleteValue(Path+'Bottom',ARect.Bottom,DefaultRect.Bottom); end; -function CompareFilenames(const Filename1, Filename2: string): integer; -begin - Result:=FileUtil.CompareFilenames(FileName1,FileName2); -end; - -function CompareFilenames(const Filename1, Filename2: string; - ResolveLinks: boolean): integer; -begin - Result:=FileUtil.CompareFilenames(FileName1,FileName2,ResolveLinks); -end; - function FilenameIsMatching(const Mask, Filename: string; MatchExactly: boolean): boolean; begin