From b643681b2ba773206f8bf367a380404cc2549b39 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 7 Oct 2010 11:15:16 +0000 Subject: [PATCH] LCL: clean up git-svn-id: trunk@27603 - --- lcl/shellctrls.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/shellctrls.pas b/lcl/shellctrls.pas index d7fc7f60a2..c1a9436cdf 100644 --- a/lcl/shellctrls.pas +++ b/lcl/shellctrls.pas @@ -396,7 +396,7 @@ var IsDirectory, IsValidDirectory, IsHidden, AddFile: Boolean; ObjectData: TObject; SearchStr: string; - CurMaskStr, MaskStr: string; + MaskStr: string; Files: TList; FileItem: TFileItem; i: Integer;