mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 12:59:29 +01:00
IDE: clean up
git-svn-id: trunk@44144 -
This commit is contained in:
parent
b76dce2e3f
commit
e136f8a24a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user