mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Clean up
This commit is contained in:
parent
e2d64cbcd3
commit
e76bc5eedc
1 changed files with 1 additions and 6 deletions
|
|
@ -526,10 +526,7 @@ var
|
|||
NewSelectedState,
|
||||
FirstFound,
|
||||
Result: Boolean;
|
||||
sFileName,
|
||||
sSearchName,
|
||||
sSearchNameNoExt,
|
||||
sSearchExt : String;
|
||||
sFileName : String;
|
||||
AFile: TFile;
|
||||
Masks: TMaskList;
|
||||
|
||||
|
|
@ -551,8 +548,6 @@ begin
|
|||
if IsEmpty then
|
||||
Exit;
|
||||
|
||||
sSearchName := SearchTerm;
|
||||
|
||||
Index := GetActiveFileIndex; // start search from current position
|
||||
if not IsFileIndexInRange(Index) then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue