mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
DEL: Remove some changes committed by mistake in 4816.
This commit is contained in:
parent
a08ba334bb
commit
de13edbf00
1 changed files with 0 additions and 11 deletions
|
|
@ -42,7 +42,6 @@ type
|
|||
property Thread: TThread read FThread;
|
||||
public
|
||||
constructor Create(AThread: TThread); virtual;
|
||||
destructor Destroy; override;
|
||||
procedure Abort; virtual;
|
||||
procedure Start;
|
||||
procedure StartParam(Params: Pointer);
|
||||
|
|
@ -283,16 +282,6 @@ begin
|
|||
FWorkType := fvwtNone;
|
||||
|
||||
FThread := AThread;
|
||||
writeln('created '+hexstr(self));
|
||||
end;
|
||||
|
||||
destructor TFileViewWorker.Destroy;
|
||||
begin
|
||||
writeln('destroying '+hexstr(self), ' Can:', CanBeDestroyed);
|
||||
if not CanBeDestroyed then
|
||||
FCanBeDestroyed:=FCanBeDestroyed;
|
||||
inherited Destroy;
|
||||
writeln('destroyed '+hexstr(self));
|
||||
end;
|
||||
|
||||
procedure TFileViewWorker.Abort;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue