mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
DEL: Remove redundant Path assignments.
This commit is contained in:
parent
22cfd9f021
commit
2cfa7fd85f
5 changed files with 0 additions and 15 deletions
|
|
@ -163,9 +163,6 @@ begin
|
|||
FFullFilesTree,
|
||||
FStatistics.TotalFiles,
|
||||
FStatistics.TotalBytes); // gets full list of files (recursive)
|
||||
|
||||
// Make filenames relative to current directory.
|
||||
FFullFilesTree.Path := SourceFiles.Path;
|
||||
end;
|
||||
|
||||
procedure TWcxArchiveCopyInOperation.MainExecute;
|
||||
|
|
|
|||
|
|
@ -116,9 +116,6 @@ begin
|
|||
FStatistics.TotalFiles,
|
||||
FStatistics.TotalBytes); // gets full list of files (recursive)
|
||||
|
||||
// Make filenames relative to current directory.
|
||||
FFullFilesTreeToCopy.Path := SourceFiles.Path;
|
||||
|
||||
if Assigned(FOperationHelper) then
|
||||
FreeAndNil(FOperationHelper);
|
||||
|
||||
|
|
|
|||
|
|
@ -114,9 +114,6 @@ begin
|
|||
FStatistics.TotalBytes); // gets full list of files (recursive)
|
||||
end;
|
||||
|
||||
// Make filenames relative to current directory.
|
||||
FFullFilesTreeToCopy.Path := SourceFiles.Path;
|
||||
|
||||
if Assigned(FOperationHelper) then
|
||||
FreeAndNil(FOperationHelper);
|
||||
|
||||
|
|
|
|||
|
|
@ -114,9 +114,6 @@ begin
|
|||
FStatistics.TotalBytes); // gets full list of files (recursive)
|
||||
end;
|
||||
|
||||
// Make filenames relative to current directory.
|
||||
FFullFilesTreeToCopy.Path := SourceFiles.Path;
|
||||
|
||||
if Assigned(FOperationHelper) then
|
||||
FreeAndNil(FOperationHelper);
|
||||
|
||||
|
|
|
|||
|
|
@ -115,9 +115,6 @@ begin
|
|||
FStatistics.TotalBytes); // gets full list of files (recursive)
|
||||
end;
|
||||
|
||||
// Make filenames relative to current directory.
|
||||
FFullFilesTreeToCopy.Path := SourceFiles.Path;
|
||||
|
||||
if Assigned(FOperationHelper) then
|
||||
FreeAndNil(FOperationHelper);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue