mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
IDE: clean up
git-svn-id: trunk@44145 -
This commit is contained in:
parent
e136f8a24a
commit
266e8dd77d
@ -95,8 +95,6 @@ const
|
||||
);
|
||||
|
||||
// file names
|
||||
function FilenameIsMatching(const Mask, Filename: string;
|
||||
MatchExactly: boolean): boolean;
|
||||
function ConvertSpecialFileChars(const Filename: string): string;
|
||||
function FilenameIsPascalSource(const Filename: string): boolean;
|
||||
function FilenameIsFormText(const Filename: string): boolean;
|
||||
@ -1140,12 +1138,6 @@ begin
|
||||
XMLConfig.SetDeleteValue(Path+'Bottom',ARect.Bottom,DefaultRect.Bottom);
|
||||
end;
|
||||
|
||||
function FilenameIsMatching(const Mask, Filename: string;
|
||||
MatchExactly: boolean): boolean;
|
||||
begin
|
||||
Result:=FileProcs.FilenameIsMatching(Mask,Filename,MatchExactly);
|
||||
end;
|
||||
|
||||
procedure InvalidateFileStateCache(const AFilename: string);
|
||||
begin
|
||||
FileProcs.InvalidateFileStateCache(AFilename);
|
||||
|
Loading…
Reference in New Issue
Block a user