mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 07:29:27 +02:00
FileUtil: removed used lclproc
git-svn-id: trunk@22042 -
This commit is contained in:
parent
168a949184
commit
e1f0e475b2
@ -25,7 +25,8 @@ unit Masks;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Contnrs;
|
||||
// For Smart Linking: Do not use the LCL!
|
||||
Classes, SysUtils, Contnrs, LCLStrConsts;
|
||||
|
||||
type
|
||||
TMaskCharType = (mcChar, mcCharSet, mcAnyChar, mcAnyText);
|
||||
@ -87,8 +88,6 @@ function MatchesMaskList(const FileName, Mask: String; Separator: Char = ';'): B
|
||||
|
||||
implementation
|
||||
|
||||
uses LCLProc, LCLStrConsts;
|
||||
|
||||
function MatchesMask(const FileName, Mask: String): Boolean;
|
||||
var
|
||||
AMask: TMask;
|
||||
|
Loading…
Reference in New Issue
Block a user