Browse Source

past phase data: RecoverFileHead

MaiXinRong 8 years ago
parent
commit
f16a201bdd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Units/Connections.pas

+ 0 - 1
Units/Connections.pas

@@ -253,7 +253,6 @@ end;
 destructor TEncryptConnection.Destroy;
 begin
   Close;
-  Encrypt;
   if (FFileName <> '') and FileExists(FFileName) then
     DeleteFile(PChar(FFileName));
   inherited;