Преглед изворни кода

past phase data: RecoverFileHead

MaiXinRong пре 8 година
родитељ
комит
f16a201bdd
1 измењених фајлова са 0 додато и 1 уклоњено
  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;