Browse Source

past phase data: RecoverFileHead

MaiXinRong 8 năm trước cách đây
mục cha
commit
f16a201bdd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;